home *** CD-ROM | disk | FTP | other *** search
/ Tricks of the Windows Gam…ming Gurus (2nd Edition) / Disc2.iso / msdn_vcb / samples / vc98 / sdk / dbmsg / mapi / simple.frm / guid.h < prev    next >
Encoding:
Text File  |  1996-04-11  |  294 b   |  8 lines

  1. // {88FFF551-B8C5-11ce-8DE0-00AA0060D242}
  2. //the same as CLSID in smpfrm.cfg
  3. DEFINE_GUID(CLSID_IPM_NOTE_SAMPLE, 
  4. 0x88fff551, 0xb8c5, 0x11ce, 0x8d, 0xe0, 0x00, 0xaa, 0x00, 0x60, 0xd2, 0x42);
  5.  
  6. //string representation of our class ID
  7. #define  szGUID "{88FFF551-B8C5-11CE-8DE0-00AA0060D242}"
  8.