Release 1.1.37.
[wine/gsoc-2012-control.git] / dlls / msdaps / row_server.idl
blob4da585f92724d69eda5ae04b83f83a5b4becd78b
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
22 uuid(38248178-cf6d-11de-abe5-000c2916d865)
24 coclass wine_row_server
30 uuid(38248179-cf6d-11de-abe5-000c2916d865)
32 coclass wine_row_proxy
38 uuid(3824817a-cf6d-11de-abe5-000c2916d865)
40 coclass wine_rowset_server
46 uuid(3824817b-cf6d-11de-abe5-000c2916d865)
48 coclass wine_rowset_proxy
53 cpp_quote("extern HRESULT create_row_server( IUnknown*, LPVOID* );")
54 cpp_quote("extern HRESULT create_row_marshal( IUnknown*, LPVOID* );")
55 cpp_quote("extern HRESULT create_rowset_server( IUnknown*, LPVOID* );")
56 cpp_quote("extern HRESULT create_rowset_marshal( IUnknown*, LPVOID* );")