include: Remote parameter should be a pointer not an array.

oldstable
Huw Davies 2009-07-24 12:27:13 +01:00 committed by Alexandre Julliard
parent fcf5d031dc
commit fe9d36005f
1 changed files with 1 additions and 1 deletions

View File

@ -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);