2 * Copyright 2002 Ove Kaaven
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
23 cpp_quote
("#ifdef __WINESRC__")
24 cpp_quote
("#define WIDL_C_INLINE_WRAPPERS")
27 cpp_quote
("#ifdef WIDL_C_INLINE_WRAPPERS")
28 cpp_quote
("#define SAVE_WIDL_C_INLINE_WRAPPERS")
29 cpp_quote
("#undef WIDL_C_INLINE_WRAPPERS")
35 uuid(00000000-0000-0000-C000
-000000000046),
36 pointer_default(unique)
40 typedef [unique] IUnknown
*LPUNKNOWN
;
42 HRESULT QueryInterface
(
44 [out, iid_is(riid
)] void **ppvObject
);
49 cpp_quote
("#ifdef SAVE_WIDL_C_INLINE_WRAPPERS")
50 cpp_quote
("#define WIDL_C_INLINE_WRAPPERS")
55 uuid(00000001-0000-0000-C000
-000000000046),
56 pointer_default(unique)
58 interface IClassFactory
: IUnknown
60 typedef [unique] IClassFactory
*LPCLASSFACTORY
;
63 HRESULT CreateInstance
(
64 [in, unique] IUnknown
*pUnkOuter
,
66 [out, iid_is(riid
)] void **ppvObject
);
68 [call_as
(CreateInstance
)]
69 HRESULT RemoteCreateInstance
(
71 [out, iid_is(riid
)] IUnknown
**ppvObject
);
78 HRESULT RemoteLockServer
(