home *** CD-ROM | disk | FTP | other *** search
/ ...taking it to the Macs! / ...taking it to the Macs!.iso / Extras / ActiveX Mac SDK / ActiveX SDK / Sample Controls / BDiamond / BDGUIDs.h < prev    next >
Encoding:
C/C++ Source or Header  |  1996-12-20  |  362 b   |  13 lines  |  [TEXT/CWIE]

  1. #ifndef _BDGUIDs_
  2. #define _BDGUIDs_
  3.  
  4. // {834fcd10-28d3-11d0-a0b1-83a9f0e821cc}
  5. DEFINE_GUID(IID_IDoMenuEvents, 
  6. 0x834fcd10, 0x28d3, 0x11d0, 0xa0, 0xb1, 0x83, 0xa9, 0xf0, 0xe8, 0x21, 0xcc);
  7.  
  8. // {834fcd11-28d3-11d0-a0b1-83a9f0e821cc}
  9. DEFINE_GUID(IID_IDidMenuEvents, 
  10. 0x834fcd11, 0x28d3, 0x11d0, 0xa0, 0xb1, 0x83, 0xa9, 0xf0, 0xe8, 0x21, 0xcc);
  11.  
  12. #endif // _BDGUIDs_
  13.