Commit 752b6177 authored by Huw Davies's avatar Huw Davies Committed by Alexandre Julliard

include: Remove comments around annotation attributes.

parent ab32b3df
......@@ -32,7 +32,7 @@ interface ICreateRow : IUnknown
[in, unique] IAuthenticate *pAuthenticate,
[in, out, unique] DBIMPLICITSESSION *pImplSession,
[in, out, unique] DBBINDURLSTATUS *pdwBindStatus,
[out, /*annotation("__deref_opt_out_opt")*/] LPOLESTR *ppwszNewURL,
[out, annotation("__deref_opt_out_opt")] LPOLESTR *ppwszNewURL,
[out, iid_is(riid)] IUnknown **ppUnk);
[call_as(CreateRow)]
......
......@@ -51,7 +51,7 @@ interface IDBDataSourceAdmin : IUnknown
[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);
[out, annotation("__deref_out_z_opt")] OLECHAR **ppDescBuffer);
[call_as(GetCreationProperties)]
HRESULT RemoteGetCreationProperties([in] ULONG cPropertyIDSets,
......
......@@ -40,7 +40,7 @@ interface IDBProperties : IUnknown {
[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);
[out, annotation("__deref_out_z_opt")] OLECHAR **ppDescBuffer);
[call_as(GetPropertyInfo)] HRESULT RemoteGetPropertyInfo(
[in] ULONG cPropertyIDSets,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment