[OLE32]
[reactos.git] / reactos / dll / win32 / ole32 / ole32_objidl.idl
1 /*
2 * Copyright 2007 Google (Dan Hipschman)
3 *
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
8 *
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
13 *
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
17 */
18
19 /* The header file generated from this includes rpc.h, which ends up
20 including objidl.h at some point. This will cause all sorts of errors
21 so the easiest thing to do is just comment out our entire header. */
22
23 #pragma makedep proxy
24 #pragma makedep register
25
26 cpp_quote("#if 0 /* ole32_objidl.idl hack */")
27 #include "objidl.idl"
28 cpp_quote("#endif /* ole32_objidl.idl hack */")
29
30 [
31 threading(both),
32 uuid(00000300-0000-0000-c000-000000000046)
33 ]
34 coclass StdOleLink { interface IMarshal; }
35
36 [
37 threading(both),
38 progid("file"),
39 uuid(00000303-0000-0000-c000-000000000046)
40 ]
41 coclass FileMoniker { interface IMoniker; }
42
43 [
44 threading(both),
45 uuid(00000304-0000-0000-c000-000000000046)
46 ]
47 coclass ItemMoniker { interface IMoniker; }
48
49 [
50 threading(both),
51 uuid(00000305-0000-0000-c000-000000000046)
52 ]
53 coclass AntiMoniker { interface IMoniker; }
54
55 [
56 threading(both),
57 uuid(00000306-0000-0000-c000-000000000046)
58 ]
59 coclass PointerMoniker { interface IMoniker; }
60
61 [
62 threading(both),
63 uuid(00000308-0000-0000-c000-000000000046)
64 ]
65 coclass PackagerMoniker { interface IMoniker; }
66
67 [
68 threading(both),
69 uuid(00000309-0000-0000-c000-000000000046)
70 ]
71 coclass CompositeMoniker { interface IMoniker; }
72
73 [
74 threading(both),
75 uuid(0000030b-0000-0000-c000-000000000046)
76 ]
77 coclass DfMarshal { interface IMarshal; }
78
79 [
80 helpstring("Picture (Metafile)"),
81 threading(both),
82 progid("StaticMetafile"),
83 uuid(00000315-0000-0000-c000-000000000046)
84 ]
85 coclass Picture_Metafile { interface IPicture; }
86
87 [
88 helpstring("Picture (Device Independent Bitmap)"),
89 threading(both),
90 progid("StaticDib"),
91 uuid(00000316-0000-0000-c000-000000000046)
92 ]
93 coclass Picture_Dib { interface IPicture; }
94
95 [
96 threading(both),
97 progid("CLSID"),
98 uuid(0000031a-0000-0000-c000-000000000046)
99 ]
100 coclass ClassMoniker { interface IMoniker; }
101
102 [
103 threading(both),
104 uuid(00000320-0000-0000-c000-000000000046)
105 ]
106 coclass PSFactoryBuffer { interface IFactoryBuffer; }
107
108 [
109 threading(apartment),
110 uuid(00000323-0000-0000-c000-000000000046)
111 ]
112 coclass StdGlobalInterfaceTable { interface IGlobalInterfaceTable; }
113
114 [
115 helpstring("Component Categories Manager"),
116 threading(both),
117 uuid(0002e005-0000-0000-c000-000000000046)
118 ]
119 coclass StdComponentCategoriesMgr { interface ICatRegister; interface ICatInformation; }