ddraw: Separate IDirectDrawGammaControl reference count.
[wine.git] / dlls / oleaut32 / oleaut32_ocidl.idl
blob9f6b7cfdfa15205307e294bcf42442acc6f6c02d
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 #include "ocidl.idl"
22 helpstring("Standard Font"),
23 progid("StdFont"),
24 threading(both),
25 uuid(0be35203-8f91-11ce-9de3-00aa004bb851)
27 coclass StdFont { interface IFont; }
30 helpstring("Obsolete Font"),
31 progid("OldFont"),
32 threading(both),
33 uuid(46763ee0-cab2-11ce-8c20-00aa0051e5d4)
35 coclass OldFont { interface IFont; }
38 helpstring("Standard Picture"),
39 progid("StdPicture"),
40 threading(apartment),
41 uuid(0be35204-8f91-11ce-9de3-00aa004bb851)
43 coclass StdPicture { interface IPicture; }