mpr: Don't stop enumeration on the first failing network provider.
[wine.git] / include / srcrst.idl
blob57fd3513fecdd3e2f7439aab2aeb37f14c9c676a
1 /*
2 * Copyright (C) 2013 Alistair Leslie-Hughes
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 #if 0
20 #pragma makedep install
21 #endif
24 object,
25 uuid(0c733a1e-2a1c-11ce-ade5-00aa0044773d),
26 pointer_default(unique)
28 interface ISourcesRowset : IUnknown
30 typedef DWORD DBSOURCETYPE;
32 enum DBSOURCETYPEENUM
34 DBSOURCETYPE_DATASOURCE = 1,
35 DBSOURCETYPE_ENUMERATOR = 2,
38 enum DBSOURCETYPEENUM20
40 DBSOURCETYPE_DATASOURCE_TDP = 1,
41 DBSOURCETYPE_DATASOURCE_MDP = 3,
44 enum DBSOURCETYPEENUM25
46 DBSOURCETYPE_BINDER = 4,
49 [local]
50 HRESULT GetSourcesRowset([in] IUnknown * pUnkOuter, [in] REFIID riid, [in] ULONG cPropertySets,
51 [in, out] DBPROPSET rgProperties[], [out] IUnknown **ppSourcesRowset);
53 [call_as(GetSourcesRowset)]
54 HRESULT RemoteGetSourcesRowset([in] IUnknown * pUnkOuter, [in] REFIID riid, [in] ULONG cPropertySets,
55 [in] DBPROPSET * rgProperties, [out] IUnknown **ppSourcesRowset, [in] ULONG cTotalProps,
56 [out] DBPROPSTATUS *rgPropStatus, [out] IErrorInfo **ppErrorInfoRem);