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 / webimage / guids.h < prev    next >
C/C++ Source or Header  |  1997-10-09  |  906b  |  23 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. DEFINE_GUID(CLSID_WebImageGeneralPage, 0xbe508b20, 0x2e73, 0x11cf, 0xb6, 0xcf, 0x00, 0xaa, 0x00, 0xa7, 0x4d, 0xaf);
  20.  
  21. #define _GUIDS_H_
  22. #endif // _GUIDS_H_
  23.