home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / rclsid.h < prev    next >
Text File  |  1998-04-25  |  724b  |  24 lines

  1. // --rclsid.h------------------------------------------------------------------
  2. //
  3. // Defines the identifiers for the Rules Class.
  4. //          
  5. // Identifiers defined:
  6. //  
  7. //          LIBID_rulecls
  8. //
  9. //          IID_IExchangeFolderRules
  10. //
  11. // Copyright 1986 - 1998 Microsoft Corporation.  All rights reserved.
  12. //
  13. // ----------------------------------------------------------------------------
  14.  
  15. #if !defined(_RCLSID_H)
  16. #define _RCLSID_H
  17.  
  18. // Identifiers for the EDKFolderRules foundation class.
  19.  
  20. DEFINE_GUID(LIBID_rulecls,0xF111A8E6,0x4462,0x11CE,0xA8,0xDE,0x00,0xAA,0x00,0x4A,0xC5,0xC1);
  21. DEFINE_GUID(IID_IExchangeFolderRules,0xF111A8E7,0x4462,0x11CE,0xA8,0xDE,0x00,0xAA,0x00,0x4A,0xC5,0xC1);
  22.  
  23. #endif
  24.