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 / card / guids.h < prev    next >
C/C++ Source or Header  |  1997-10-05  |  948b  |  27 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. // {55707B24-FF82-11cf-BB32-142A04C10000}
  20. DEFINE_GUID(CLSID_CardGeneralPage, 
  21. 0x55707b24, 0xff82, 0x11cf, 0xbb, 0x32, 0x14, 0x2a, 0x4, 0xc1, 0x0, 0x0);
  22.  
  23. #define _GUIDS_H_
  24. #endif // _GUIDS_H_
  25.  
  26.  
  27.