msdaps: Add a stub server object.
[wine.git] / dlls / msdaps / row_server.idl
blobf6d63038342b803810d288dacef8292f9baf6880
1 /*
2 * Wine row server interface.
4 * Copyright (C) 2010 Huw Davies
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public
8 * License as published by the Free Software Foundation; either
9 * version 2.1 of the License, or (at your option) any later version.
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with this library; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
21 import "oledb.idl";
24 object,
25 uuid(38248178-cf6d-11de-abe5-000c2916d865),
26 pointer_default(unique)
28 interface IWineRowServer : IUnknown
30 [local] HRESULT SetInnerUnk([in] IUnknown *unknown);
32 [local] HRESULT GetMarshal([out] IMarshal **marshal);
36 uuid(38248178-cf6d-11de-abe5-000c2916d865)
38 coclass wine_row_server
44 uuid(38248179-cf6d-11de-abe5-000c2916d865)
46 coclass wine_row_proxy
52 uuid(3824817a-cf6d-11de-abe5-000c2916d865)
54 coclass wine_rowset_server
60 uuid(3824817b-cf6d-11de-abe5-000c2916d865)
62 coclass wine_rowset_proxy
67 cpp_quote("extern HRESULT create_row_server( IUnknown*, LPVOID* );")
68 cpp_quote("extern HRESULT create_row_marshal( IUnknown*, LPVOID* );")
69 cpp_quote("extern HRESULT create_rowset_server( IUnknown*, LPVOID* );")
70 cpp_quote("extern HRESULT create_rowset_marshal( IUnknown*, LPVOID* );")