home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / vc98 / include / msstkppg.h < prev    next >
C/C++ Source or Header  |  1998-04-25  |  1KB  |  27 lines

  1. //=--------------------------------------------------------------------------=
  2. // MSStkPPg.H
  3. //=--------------------------------------------------------------------------=
  4. // Copyright  1995  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. // class declaration for msprop32's property pages.
  13. //
  14. #ifndef _MS_STOCK_PROP_PAGES_H_
  15.  
  16. // {7EBDAAE0-8120-11cf-899F-00AA00688B10}
  17. DEFINE_GUID(CLSID_StockFontPage, 0x7ebdaae0, 0x8120, 0x11cf, 0x89, 0x9f, 0x0, 0xaa, 0x0, 0x68, 0x8b, 0x10);
  18.  
  19. // {7EBDAAE1-8120-11cf-899F-00AA00688B10}
  20. DEFINE_GUID(CLSID_StockColorPage, 0x7ebdaae1, 0x8120, 0x11cf, 0x89, 0x9f, 0x0, 0xaa, 0x0, 0x68, 0x8b, 0x10);
  21.  
  22. // {7EBDAAE2-8120-11cf-899F-00AA00688B10}
  23. DEFINE_GUID(CLSID_StockPicturePage, 0x7ebdaae2, 0x8120, 0x11cf, 0x89, 0x9f, 0x0, 0xaa, 0x0, 0x68, 0x8b, 0x10);
  24.  
  25. #define _MS_STOCK_PROP_PAGES_H_
  26. #endif // _MS_STOCK_PROP_PAGES_H_
  27.