access.idl: Do not use annotation attribute on remote method (MIDL).
This commit is contained in:
parent
997484964a
commit
d2d64bd74c
|
@ -34,7 +34,7 @@ interface IAccessor : IUnknown
|
||||||
|
|
||||||
[call_as(AddRefAccessor)]
|
[call_as(AddRefAccessor)]
|
||||||
HRESULT RemoteAddRefAccessor([in] HACCESSOR hAccessor,
|
HRESULT RemoteAddRefAccessor([in] HACCESSOR hAccessor,
|
||||||
[in, out, unique, annotation("__out_opt")] DBREFCOUNT *pcRefCount,
|
[in, out, unique] DBREFCOUNT *pcRefCount,
|
||||||
[out] IErrorInfo **ppErrorInfoRem);
|
[out] IErrorInfo **ppErrorInfoRem);
|
||||||
|
|
||||||
[local]
|
[local]
|
||||||
|
|
Loading…
Reference in New Issue