adding missing dx headers
[reactos.git] / reactos / w32api / include / cguid.h
1 #ifndef _CGUID_H
2 #define _CGUID_H
3 #if __GNUC__ >=3
4 #pragma GCC system_header
5 #endif
6
7 #ifdef __cplusplus
8 extern "C" {
9 #endif
10 extern const IID GUID_NULL;
11 extern const IID IID_IRpcChannel;
12 extern const IID IID_IRpcStub;
13 extern const IID IID_IStubManager;
14 extern const IID IID_IRpcProxy;
15 extern const IID IID_IProxyManager;
16 extern const IID IID_IPSFactory;
17 extern const IID IID_IInternalMoniker;
18 extern const IID IID_IDfReserved1;
19 extern const IID IID_IDfReserved2;
20 extern const IID IID_IDfReserved3;
21 extern const CLSID CLSID_StdMarshal;
22 extern const IID IID_IStub;
23 extern const IID IID_IProxy;
24 extern const IID IID_IEnumGeneric;
25 extern const IID IID_IEnumHolder;
26 extern const IID IID_IEnumCallback;
27 extern const IID IID_IOleManager;
28 extern const IID IID_IOlePresObj;
29 extern const IID IID_IDebug;
30 extern const IID IID_IDebugStream;
31 extern const CLSID CLSID_PSGenObject;
32 extern const CLSID CLSID_PSClientSite;
33 extern const CLSID CLSID_PSClassObject;
34 extern const CLSID CLSID_PSInPlaceActive;
35 extern const CLSID CLSID_PSInPlaceFrame;
36 extern const CLSID CLSID_PSDragDrop;
37 extern const CLSID CLSID_PSBindCtx;
38 extern const CLSID CLSID_PSEnumerators;
39 extern const CLSID CLSID_StaticMetafile;
40 extern const CLSID CLSID_StaticDib;
41 extern const CLSID CID_CDfsVolume;
42 extern const CLSID CLSID_CCDFormKrnl;
43 extern const CLSID CLSID_CCDPropertyPage;
44 extern const CLSID CLSID_CCDFormDialog;
45 extern const CLSID CLSID_CCDCommandButton;
46 extern const CLSID CLSID_CCDComboBox;
47 extern const CLSID CLSID_CCDTextBox;
48 extern const CLSID CLSID_CCDCheckBox;
49 extern const CLSID CLSID_CCDLabel;
50 extern const CLSID CLSID_CCDOptionButton;
51 extern const CLSID CLSID_CCDListBox;
52 extern const CLSID CLSID_CCDScrollBar;
53 extern const CLSID CLSID_CCDGroupBox;
54 extern const CLSID CLSID_CCDGeneralPropertyPage;
55 extern const CLSID CLSID_CCDGenericPropertyPage;
56 extern const CLSID CLSID_CCDFontPropertyPage;
57 extern const CLSID CLSID_CCDColorPropertyPage;
58 extern const CLSID CLSID_CCDLabelPropertyPage;
59 extern const CLSID CLSID_CCDCheckBoxPropertyPage;
60 extern const CLSID CLSID_CCDTextBoxPropertyPage;
61 extern const CLSID CLSID_CCDOptionButtonPropertyPage;
62 extern const CLSID CLSID_CCDListBoxPropertyPage;
63 extern const CLSID CLSID_CCDCommandButtonPropertyPage;
64 extern const CLSID CLSID_CCDComboBoxPropertyPage;
65 extern const CLSID CLSID_CCDScrollBarPropertyPage;
66 extern const CLSID CLSID_CCDGroupBoxPropertyPage;
67 extern const CLSID CLSID_CCDXObjectPropertyPage;
68 extern const CLSID CLSID_CStdPropertyFrame;
69 extern const CLSID CLSID_CFormPropertyPage;
70 extern const CLSID CLSID_CGridPropertyPage;
71 extern const CLSID CLSID_CWSJArticlePage;
72 extern const CLSID CLSID_CSystemPage;
73 extern const CLSID CLSID_IdentityUnmarshal;
74 extern const CLSID CLSID_InProcFreeMarshaler;
75 extern const CLSID CLSID_Picture_Metafile;
76 extern const CLSID CLSID_Picture_EnhMetafile;
77 extern const CLSID CLSID_Picture_Dib;
78 extern const CLSID CLSID_StdGlobalInterfaceTable;
79 extern const GUID GUID_TRISTATE;
80 #ifdef __cplusplus
81 }
82 #endif
83 #endif