1 /* extras-uuid.c */ 2 /* Generate GUIDs for interfaces not defined in any headers*/ 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 // Microsoft Web Browser CLSID 13 DEFINE_GUID(IID_IClientSiteHandler,0xf4f569d1,0x593b,0x101a,0xb5,0x69,0x8,0,0x2b,0x2d,0xbf,0x7a); 14 DEFINE_OLEGUID(IID_IContinue,0x12a,0,0); 15 DEFINE_GUID(IID_IHttpNegotiate,0x79eac9d2,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); 16 DEFINE_GUID(IID_IPersistMoniker,0x79eac9c9,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0x0b); 17 DEFINE_GUID(IID_IServerHandler,0xf4f569d0,0x593b,0x101a,0xb5,0x69,0x8,0,0x2b,0x2d,0xbf,0x7a); 18 DEFINE_GUID(IID_ITargetEmbedding,0x548793c0,0x9e74,0x11cf,0x96,0x55,0,0xa0,0xc9,0x3,0x49,0x23); 19 DEFINE_GUID(IID_ITargetFrame,0xd5f78c80,0x5252,0x11cf,0x90,0xfa,0,0xaa,0,0x42,0x10,0x6e); 20 DEFINE_OLEGUID(IID_ITypeComp,0x20403,0,0); 21 DEFINE_GUID(IID_IUrlHistoryStg,0x3c374a41,0xbae4,0x11cf,0xbf,0x7d,0,0xaa,0,0x69,0x46,0xee); 22 DEFINE_GUID(IID_IWinInetHttpInfo,0x79eac9d8,0xbafa,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); 23 DEFINE_GUID(IID_IWinInetInfo,0x79eac9d6,0xbafa,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); 24 DEFINE_OLEGUID(IID_IEnumSTATPROPSETSTG,0x13b,0,0); 25 DEFINE_OLEGUID(IID_IEnumSTATPROPSTG,0x139,0,0); 26 DEFINE_GUID(IID_IEnumSTATURL,0x3c374a42,0xbae4,0x11cf,0xbf,0x7d,0,0xaa,0,0x69,0x46,0xee); 27 // file:, local: Asychronous Pluggable Protocol Handler CLSID 28 DEFINE_GUID(CLSID_FileProtocol,0x79eac9e7,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); 29 // ftp: Asychronous Pluggable Protocol Handler CLSID 30 DEFINE_GUID(CLSID_FtpProtocol,0x79eac9e3,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); 31 // gopher: Asychronous Pluggable Protocol Handler CLSID 32 DEFINE_GUID(CLSID_GopherProtocol,0x79eac9e4,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); 33 // http: Asychronous Pluggable Protocol Handler CLSID 34 DEFINE_GUID(CLSID_HttpProtocol,0x79eac9e2,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); 35 // https: Asychronous Pluggable Protocol Handler CLSID 36 DEFINE_GUID(CLSID_HttpSProtocol,0x79eac9e5,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); 37 // mk: Asychronous Pluggable Protocol Handler CLSID 38 DEFINE_GUID(CLSID_MkProtocol,0x79eac9e6,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); 39 // URLMoniker ProxyStub Factory CLSID 40 DEFINE_GUID(CLSID_PSUrlMonProxy,0x79eac9f1,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); 41 // URL Moniker CLSID 42 DEFINE_GUID(CLSID_StdURLMoniker,0x79eac9e0,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb); 43