include: Remote parameter should be a pointer not an array.
This commit is contained in:
parent
fcf5d031dc
commit
fe9d36005f
|
@ -30,7 +30,7 @@ interface IDBProperties : IUnknown {
|
|||
|
||||
[call_as(GetProperties)] HRESULT RemoteGetProperties(
|
||||
[in] ULONG cPropertyIDSets,
|
||||
[in, unique, size_is(cPropertyIDSets)] const DBPROPIDSET rgPropertyIDSets[],
|
||||
[in, unique, size_is(cPropertyIDSets)] const DBPROPIDSET *rgPropertyIDSets,
|
||||
[in, out] ULONG *pcPropertySets,
|
||||
[out, size_is(,*pcPropertySets)] DBPROPSET **prgPropertySets,
|
||||
[out] IErrorInfo **ppErrorInfoRem);
|
||||
|
|
Loading…
Reference in New Issue