master
1/* comcat-uuid.c */
2/* Generate GUIDs for COMCAT 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_IEnumGUID,0x2e000,0,0);
13DEFINE_OLEGUID(IID_ICatInformation,0x2e013,0,0);
14DEFINE_OLEGUID(IID_ICatRegister,0x2e012,0,0);
15DEFINE_OLEGUID(IID_IEnumCATEGORYINFO,0x2e011,0,0);
16// Component Catagories Manager CLSID
17DEFINE_OLEGUID(CLSID_StdComponentCategoriesMgr,0x2e005,0,0);
18// Implemented Categories under Outlook Express MsgTable Object CLSID
19DEFINE_GUID(CATID_Insertable,0x40fc6ed3,0x2438,0x11cf,0xa3,0xdb,0x8,0,0x36,0xf1,0x25,0x2);
20DEFINE_GUID(CATID_Control,0x40fc6ed4,0x2438,0x11cf,0xa3,0xdb,0x8,0,0x36,0xf1,0x25,0x2);
21// Implemented Categories under Microsoft PowerPoint Slide CLSID
22DEFINE_GUID(CATID_DocObject,0x40fc6ed8,0x2438,0x11cf,0xa3,0xdb,0x8,0,0x36,0xf1,0x25,0x2);
23// Implemented Categories under Microsoft Toolbar Control CLSID
24DEFINE_GUID(CATID_Programmable,0x40fc6ed5,0x2438,0x11cf,0xa3,0xdb,0x8,0,0x36,0xf1,0x25,0x2);
25// Implemented Categories under SSCommand Control CLSID
26DEFINE_GUID(CATID_Printable,0x40fc6ed9,0x2438,0x11cf,0xa3,0xdb,0x8,0,0x36,0xf1,0x25,0x2);
27DEFINE_GUID(CATID_PersistsToStorage,0xde86a52,0x2baa,0x11cf,0xa2,0x29,0,0xaa,0,0x3d,0x73,0x52);
28DEFINE_GUID(CATID_PersistsToPropertyBag,0xde86a57,0x2baa,0x11cf,0xa2,0x29,0,0xaa,0,0x3d,0x73,0x52);
29DEFINE_GUID(CATID_PersistsToStream,0xde86a54,0x2baa,0x11cf,0xa2,0x29,0,0xaa,0,0x3d,0x73,0x52);
30DEFINE_GUID(CATID_PersistsToStreamInit,0xde86a53,0x2baa,0x11cf,0xa2,0x29,0,0xaa,0,0x3d,0x73,0x52);