home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / atl / atltangram / atlworldcat.h < prev    next >
Text File  |  1998-03-26  |  620b  |  17 lines

  1. //////////////////////////////////////////////////////////////////////////////////////
  2. //
  3. // AtlWorldCat.h - Definition of the AtlTangramWorldCategory component category.
  4. //
  5. //////////////////////////////////////////////////////////////////////////////////////
  6. //
  7. // A component which supports the following interfaces can be a member of the
  8. // TangramWorldCategory component category:
  9. //
  10. //      IAtlTangramWorld
  11. //      IAtlTangramCanvas
  12. //
  13.  
  14. // {60BD8CF0-AF60-11d0-B69F-00A0C903487A}
  15. DEFINE_GUID(CATID_AtlTangramWorldCategory,
  16. 0x60bd8cf0, 0xaf60, 0x11d0, 0xb6, 0x9f, 0x0, 0xa0, 0xc9, 0x3, 0x48, 0x7a);
  17.