mshtml: IHTMLDocument2 iface handling clean up.
[wine.git] / dlls / ole32 / ole32_objidl.idl
blobbbb91a4a6616f1c6fe338300cf326a4706664d5e
1 /*
2 * Copyright 2007 Google (Dan Hipschman)
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.
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.
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
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. */
23 cpp_quote("#if 0 /* ole32_objidl.idl hack */")
24 #include "objidl.idl"
25 cpp_quote("#endif /* ole32_objidl.idl hack */")
28 threading(both),
29 uuid(00000300-0000-0000-c000-000000000046)
31 coclass StdOleLink { interface IMarshal; }
34 threading(both),
35 progid("file"),
36 uuid(00000303-0000-0000-c000-000000000046)
38 coclass FileMoniker { interface IMoniker; }
41 threading(both),
42 uuid(00000304-0000-0000-c000-000000000046)
44 coclass ItemMoniker { interface IMoniker; }
47 threading(both),
48 uuid(00000305-0000-0000-c000-000000000046)
50 coclass AntiMoniker { interface IMoniker; }
53 threading(both),
54 uuid(00000306-0000-0000-c000-000000000046)
56 coclass PointerMoniker { interface IMoniker; }
59 threading(both),
60 uuid(00000308-0000-0000-c000-000000000046)
62 coclass PackagerMoniker { interface IMoniker; }
65 threading(both),
66 uuid(00000309-0000-0000-c000-000000000046)
68 coclass CompositeMoniker { interface IMoniker; }
71 threading(both),
72 uuid(0000030b-0000-0000-c000-000000000046)
74 coclass DfMarshal { interface IMarshal; }
77 helpstring("Picture (Metafile)"),
78 threading(both),
79 progid("StaticMetafile"),
80 uuid(00000315-0000-0000-c000-000000000046)
82 coclass Picture_Metafile { interface IPicture; }
85 helpstring("Picture (Device Independent Bitmap)"),
86 threading(both),
87 progid("StaticDib"),
88 uuid(00000316-0000-0000-c000-000000000046)
90 coclass Picture_Dib { interface IPicture; }
93 threading(both),
94 progid("CLSID"),
95 uuid(0000031a-0000-0000-c000-000000000046)
97 coclass ClassMoniker { interface IMoniker; }
100 threading(apartment),
101 uuid(00000323-0000-0000-c000-000000000046)
103 coclass StdGlobalInterfaceTable { interface IGlobalInterfaceTable; }
106 helpstring("Component Categories Manager"),
107 threading(both),
108 uuid(0002e005-0000-0000-c000-000000000046)
110 coclass StdComponentCategoriesMgr { interface ICatRegister; interface ICatInformation; }