mirror of
https://git.code.sf.net/p/mingw-w64/mingw-w64
synced 2024-12-18 14:27:58 +08:00
8b118dd23e
git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@349 4407c894-4637-0410-b4f5-ada5f102cad1
15 lines
757 B
C
15 lines
757 B
C
/* urlmon-uuid.c */
|
|
/* Generate GUIDs for URLMON interfaces */
|
|
|
|
/* All IIDs defined in this file were extracted from
|
|
* HKEY_LOCAL_MACHINE\SOFTWARE\Classes\Interface\ */
|
|
|
|
#define INITGUID
|
|
#include <basetyps.h>
|
|
DEFINE_GUID(IID_IBindHost,0xfc4801a1,0x2ba9,0x11cf,0xa2,0x29,0,0xaa,0,0x3d,0x73,0x52);
|
|
DEFINE_GUID(IID_IBindProtocol,0x79eac9cd,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb);
|
|
DEFINE_GUID(IID_IBindStatusCallback,0x79eac9c1,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb);
|
|
DEFINE_GUID(IID_IBindStatusCallbackMsg,0x79eac9cb,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb);
|
|
DEFINE_GUID(IID_IBinding,0x79eac9c0,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb);
|
|
DEFINE_GUID(IID_IAuthenticate,0x79eac9d0,0xbaf9,0x11ce,0x8c,0x82,0,0xaa,0,0x4b,0xa9,0xb);
|