master
1/* cguid-uuid.c */
2/* Generate GUIDs for CGUID 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>
12DEFINE_OLEGUID(IID_IRpcChannel,0x4,0,0);
13DEFINE_OLEGUID(IID_IRpcStub,0x5,0,0);
14DEFINE_OLEGUID(IID_IRpcProxy,0x7,0,0);
15DEFINE_OLEGUID(IID_IPSFactory,0x9,0,0);
16// Picture (Device Independant Bitmap) CLSID
17DEFINE_OLEGUID(CLSID_StaticDib,0x316,0,0);
18// Picture (Metafile) CLSID
19DEFINE_OLEGUID(CLSID_StaticMetafile,0x315,0,0);