access.idl: Do not use annotation attribute on remote method (MIDL).

This commit is contained in:
Thomas Faber 2015-09-01 08:52:27 +02:00 committed by Alexandre Julliard
parent 997484964a
commit d2d64bd74c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ interface IAccessor : IUnknown
[call_as(AddRefAccessor)]
HRESULT RemoteAddRefAccessor([in] HACCESSOR hAccessor,
[in, out, unique, annotation("__out_opt")] DBREFCOUNT *pcRefCount,
[in, out, unique] DBREFCOUNT *pcRefCount,
[out] IErrorInfo **ppErrorInfoRem);
[local]