home *** CD-ROM | disk | FTP | other *** search
/ PC Professionell 1999 October / PCpro_1999_10.ISO / Tools / wingrep / Source / CtxtMenu / Ctxtid.h next >
Encoding:
C/C++ Source or Header  |  1998-06-22  |  304 b   |  10 lines

  1. /////////////////////////////////////////////////////////////////////////////
  2. // CTxtID.H
  3.  
  4. #ifndef _CLSID_NWContextMenu_
  5. #define _CLSID_NWContextMenu_
  6.  
  7. DEFINE_GUID(CLSID_NWContextMenu, 
  8. 0x8909E24A, 0x0A30, 0x11d2, 0xAF, 0xAA, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00);
  9. #endif // _CLSID_NWContextMenu_
  10.