home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / aclsid.h < prev    next >
Text File  |  1998-04-25  |  747b  |  25 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. #define _ACLSID_H_
  17.  
  18. // Identifiers for the ExchangeFolderACLs foundation class.
  19.  
  20. DEFINE_GUID(LIBID_aclcls, 0xad2495a3, 0xa76c, 0x11ce, 0xb9, 0x67, 0x0, 0x20, 0xaf, 0x52, 0x52, 0x44);
  21.  
  22. DEFINE_GUID(IID_IExchangeFolderACLs, 0xad2495a6, 0xa76c, 0x11ce, 0xb9, 0x67, 0x0, 0x20, 0xaf, 0x52, 0x52, 0x44);
  23.  
  24. #endif
  25.