ReactOS 0.4.15-dev-7942-gd23573b
dbprop.idl
Go to the documentation of this file.
1/*
2 * Copyright (C) 2006 Mike McCormack
3 *
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.
8 *
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.
13 *
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
17 */
18
19[
20 object,
21 uuid(0c733a8a-2a1c-11ce-ade5-00aa0044773d),
23]
26 [in] ULONG cPropertyIDSets,
27 [in, size_is(cPropertyIDSets)] const DBPROPIDSET rgPropertyIDSets[],
28 [in, out] ULONG *pcPropertySets,
29 [out, size_is(,*pcPropertySets)] DBPROPSET **prgPropertySets);
30
32 [in] ULONG cPropertyIDSets,
33 [in, unique, size_is(cPropertyIDSets)] const DBPROPIDSET *rgPropertyIDSets,
34 [in, out] ULONG *pcPropertySets,
35 [out, size_is(,*pcPropertySets)] DBPROPSET **prgPropertySets,
36 [out] IErrorInfo **ppErrorInfoRem);
37
39 [in] ULONG cPropertyIDSets,
40 [in, size_is(cPropertyIDSets)] const DBPROPIDSET rgPropertyIDSets[],
41 [in, out] ULONG *pcPropertyInfoSets,
42 [out, size_is(,*pcPropertyInfoSets)] DBPROPINFOSET **prgPropertyInfoSets,
43 [out, annotation("__deref_out_z_opt")] OLECHAR **ppDescBuffer);
44
46 [in] ULONG cPropertyIDSets,
47 [in, unique, size_is(cPropertyIDSets)] const DBPROPIDSET *rgPropertyIDSets,
48 [in, out] ULONG *pcPropertyInfoSets,
49 [out, size_is(,*pcPropertyInfoSets)] DBPROPINFOSET **prgPropertyInfoSets,
50 [in, out] ULONG *pcOffsets,
51 [out, size_is(,*pcOffsets)] DBBYTEOFFSET **prgDescOffsets,
52 [in, out] ULONG *pcbDescBuffer,
53 [in, out, unique, size_is(,*pcbDescBuffer)] OLECHAR **ppDescBuffer,
54 [out] IErrorInfo **ppErrorInfoRem);
55
57 [in] ULONG cPropertySets,
58 [in, out, size_is(cPropertySets)] DBPROPSET rgPropertySets[]);
59
61 [in] ULONG cPropertySets,
62 [in, unique, size_is(cPropertySets)] DBPROPSET *rgPropertySets,
63 [in] ULONG cTotalProps,
64 [out, size_is(cTotalProps)] DBPROPSTATUS *rgPropStatus,
65 [out] IErrorInfo **ppErrorInfoRem);
66}
DWORD DBPROPSTATUS
Definition: dbs.idl:69
coclass PSFactoryBuffer pointer_default(unique)] interface ObjectRpcBaseTypes
Definition: dcom.idl:35
#define annotation(x)
Definition: dispex.idl:19
WCHAR OLECHAR
Definition: compat.h:2292
#define local
Definition: zutil.h:30
GLuint in
Definition: glext.h:9616
HRESULT RemoteSetProperties([in] ULONG cPropertySets, [in, unique, size_is(cPropertySets)] DBPROPSET *rgPropertySets, [in] ULONG cTotalProps, [out, size_is(cTotalProps)] DBPROPSTATUS *rgPropStatus, [out] IErrorInfo **ppErrorInfoRem)
HRESULT RemoteGetProperties([in] ULONG cPropertyIDSets, [in, unique, size_is(cPropertyIDSets)] const DBPROPIDSET *rgPropertyIDSets, [in, out] ULONG *pcPropertySets, [out, size_is(, *pcPropertySets)] DBPROPSET **prgPropertySets, [out] IErrorInfo **ppErrorInfoRem)
HRESULT GetPropertyInfo([in] ULONG cPropertyIDSets, [in, size_is(cPropertyIDSets)] const DBPROPIDSET rgPropertyIDSets[], [in, out] ULONG *pcPropertyInfoSets, [out, size_is(, *pcPropertyInfoSets)] DBPROPINFOSET **prgPropertyInfoSets, [out, annotation("__deref_out_z_opt")] OLECHAR **ppDescBuffer)
HRESULT RemoteGetPropertyInfo([in] ULONG cPropertyIDSets, [in, unique, size_is(cPropertyIDSets)] const DBPROPIDSET *rgPropertyIDSets, [in, out] ULONG *pcPropertyInfoSets, [out, size_is(, *pcPropertyInfoSets)] DBPROPINFOSET **prgPropertyInfoSets, [in, out] ULONG *pcOffsets, [out, size_is(, *pcOffsets)] DBBYTEOFFSET **prgDescOffsets, [in, out] ULONG *pcbDescBuffer, [in, out, unique, size_is(, *pcbDescBuffer)] OLECHAR **ppDescBuffer, [out] IErrorInfo **ppErrorInfoRem)
HRESULT GetProperties([in] ULONG cPropertyIDSets, [in, size_is(cPropertyIDSets)] const DBPROPIDSET rgPropertyIDSets[], [in, out] ULONG *pcPropertySets, [out, size_is(, *pcPropertySets)] DBPROPSET **prgPropertySets)
HRESULT SetProperties([in] ULONG cPropertySets, [in, out, size_is(cPropertySets)] DBPROPSET rgPropertySets[])
Definition: msctf.idl:550
ULONG DBBYTEOFFSET
Definition: oledb.idl:31
static FILE * out
Definition: regtests2xml.c:44
uint32_t ULONG
Definition: typedefs.h:59