home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 2000 May / PCP163A.iso / Runimage / Cbuilder4 / Include / ACLSID.H < prev    next >
Encoding:
C/C++ Source or Header  |  1999-01-26  |  830 b   |  27 lines

  1. // --aclsid.h------------------------------------------------------------------
  2. //
  3. // Defines the identifiers for the ACLs Class.
  4. //          
  5. // Identifiers defined:
  6. //  
  7. //          LIBID_aclcls
  8. //
  9. //          IID_IExchangeFolderACLs
  10. //
  11. // Copyright 1986 - 1998 Microsoft Corporation.  All rights reserved.
  12. //
  13. // ----------------------------------------------------------------------------
  14.  
  15. #if !defined(_ACLSID_H_)
  16. #pragma option push -b -a8 -pc -A- /*P_O_Push_S*/
  17. #define _ACLSID_H_
  18.  
  19. // Identifiers for the ExchangeFolderACLs foundation class.
  20.  
  21. DEFINE_GUID(LIBID_aclcls, 0xad2495a3, 0xa76c, 0x11ce, 0xb9, 0x67, 0x0, 0x20, 0xaf, 0x52, 0x52, 0x44);
  22.  
  23. DEFINE_GUID(IID_IExchangeFolderACLs, 0xad2495a6, 0xa76c, 0x11ce, 0xb9, 0x67, 0x0, 0x20, 0xaf, 0x52, 0x52, 0x44);
  24.  
  25. #pragma option pop /*P_O_Pop*/
  26. #endif
  27.