ReactOS 0.4.15-dev-7934-g1dc8d80
ole32_objidl.idl
Go to the documentation of this file.
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
26cpp_quote("#if 0 /* ole32_objidl.idl hack */")
27#include "objidl.idl"
28cpp_quote("#endif /* ole32_objidl.idl hack */")
29
30[
31 threading(both),
32 uuid(00000300-0000-0000-c000-000000000046)
33]
34coclass StdOleLink { interface IMarshal; }
35
36[
37 threading(both),
38 progid("file"),
39 uuid(00000303-0000-0000-c000-000000000046)
40]
41coclass FileMoniker { interface IMoniker; }
42
43[
44 threading(both),
45 uuid(00000304-0000-0000-c000-000000000046)
46]
47coclass ItemMoniker { interface IMoniker; }
48
49[
50 threading(both),
51 uuid(00000305-0000-0000-c000-000000000046)
52]
53coclass AntiMoniker { interface IMoniker; }
54
55[
56 threading(both),
57 uuid(00000306-0000-0000-c000-000000000046)
58]
59coclass PointerMoniker { interface IMoniker; }
60
61[
62 threading(both),
63 uuid(00000308-0000-0000-c000-000000000046)
64]
65coclass PackagerMoniker { interface IMoniker; }
66
67[
68 threading(both),
69 uuid(00000309-0000-0000-c000-000000000046)
70]
71coclass CompositeMoniker { interface IMoniker; }
72
73[
74 threading(both),
75 uuid(0000030b-0000-0000-c000-000000000046)
76]
77coclass DfMarshal { interface IMarshal; }
78
79[
80 helpstring("Picture (Metafile)"),
81 threading(both),
82 progid("StaticMetafile"),
83 uuid(00000315-0000-0000-c000-000000000046)
84]
85coclass 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]
93coclass Picture_Dib { interface IPicture; }
94
95[
96 threading(both),
97 progid("CLSID"),
98 uuid(0000031a-0000-0000-c000-000000000046)
99]
100coclass ClassMoniker { interface IMoniker; }
101
102[
103 threading(both),
104 uuid(00000320-0000-0000-c000-000000000046)
105]
106coclass PSFactoryBuffer { interface IFactoryBuffer; }
107
108[
110 uuid(00000323-0000-0000-c000-000000000046)
111]
113
114[
115 helpstring("Component Categories Manager"),
116 threading(both),
117 uuid(0002e005-0000-0000-c000-000000000046)
118]
119coclass StdComponentCategoriesMgr { interface ICatRegister; interface ICatInformation; }
CD3D10_BUFFER_DESC D3D10_BUFFER_DESC cpp_quote(" ~CD3D10_BUFFER_DESC() {}") operator const D3D10_BUFFER_DESC &() const
Definition: d3d10.idl:491
#define progid(str)
Definition: exdisp.idl:31
#define threading(model)
Definition: exdisp.idl:30
GLboolean GLboolean GLboolean b
Definition: glext.h:6204
GLboolean GLboolean GLboolean GLboolean a
Definition: glext.h:6204
Definition: msctf.idl:550
coclass Picture_Metafile helpstring("Picture (Device Independent Bitmap)")