• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /* hlguids-uuid.c */
2 /* Generate GUIDs for HyperLink GUID interfaces */
3 
4 /* All IIDs defined in this file were extracted from
5  * HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */
6 
7 /* All CLSIDs defined in this file were extracted from
8  * HKEY_CLASSES_ROOT\CLSID\ */
9 
10 #define INITGUID
11 #include <basetyps.h>
12 // StdHlink CLSID
13 DEFINE_GUID(CLSID_StdHlink,0x79eac9d0,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb);
14 // StdHlinkBrowseContext CLSID
15 DEFINE_GUID(CLSID_StdHlinkBrowseContext,0x79eac9d1,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb);
16