home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / com / activexcontrol / basectl / todosvr / guids.h < prev    next >
Encoding:
C/C++ Source or Header  |  1997-10-05  |  948 b   |  28 lines

  1. //=--------------------------------------------------------------------------=
  2. // Guids.H
  3. //=--------------------------------------------------------------------------=
  4. // Copyright 1995-1997 Microsoft Corporation.  All Rights Reserved.
  5. //
  6. // THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF 
  7. // ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO 
  8. // THE IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A 
  9. // PARTICULAR PURPOSE.
  10. //=--------------------------------------------------------------------------=
  11. //
  12. // guids that we define locally
  13. //
  14. #ifndef _GUIDS_H_
  15.  
  16. // for each property page this server will have, put the guid definition for it
  17. // here so that it gets defined ...
  18. //
  19. // {A5CBEE44-6C2C-11cf-BCFD-00AA00C14806}
  20. DEFINE_GUID(CLSID_ToDoGeneralPage, 
  21. 0xa5cbee44, 0x6c2c, 0x11cf, 0xbc, 0xfd, 0x0, 0xaa, 0x0, 0xc1, 0x48, 0x6);
  22.  
  23.  
  24. #define _GUIDS_H_
  25. #endif // _GUIDS_H_
  26.  
  27.  
  28.