winhttp: Implement IWinHttpRequest::Open.
[wine] / dlls / oleaut32 / oleaut32_ocidl.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 #include "ocidl.idl"
20
21 [
22     helpstring("Standard Font"),
23     progid("StdFont"),
24     threading(both),
25     uuid(0be35203-8f91-11ce-9de3-00aa004bb851)
26 ]
27 coclass StdFont { interface IFont; }
28
29 [
30     helpstring("Obsolete Font"),
31     progid("OldFont"),
32     threading(both),
33     uuid(46763ee0-cab2-11ce-8c20-00aa0051e5d4)
34 ]
35 coclass OldFont { interface IFont; }
36
37 [
38     helpstring("Standard Picture"),
39     progid("StdPicture"),
40     threading(apartment),
41     uuid(0be35204-8f91-11ce-9de3-00aa004bb851)
42 ]
43 coclass StdPicture { interface IPicture; }