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

This commit is contained in:
Huw Davies 2009-07-24 12:27:13 +01:00 committed by Alexandre Julliard
parent fcf5d031dc
commit fe9d36005f

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