[PATCH 5/5] includes: Fix an in/out annotation in shobjidl.idl.

Nikolay Sivov bunglehead at gmail.com
Thu May 15 07:40:51 CDT 2014


On 5/15/2014 16:33, Stefan Dösinger wrote:
> ---
>   include/shobjidl.idl | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/shobjidl.idl b/include/shobjidl.idl
> index c9297a8..ae42c2e 100644
> --- a/include/shobjidl.idl
> +++ b/include/shobjidl.idl
> @@ -3350,7 +3350,7 @@ interface ITransferAdviseSink : IUnknown
>       HRESULT FileFailure([in] IShellItem *item,
>                           [in, unique, string] LPCWSTR itemname,
>                           [in] HRESULT hr,
> -                        [out, unique, size_is(crename)] LPWSTR rename,
> +                        [in, out, unique, size_is(crename)] LPWSTR rename,
>                           [in] ULONG crename);
>       HRESULT SubStreamFailure([in] IShellItem *item,
>                                [in, string] LPCWSTR stream,
According to PSDK existing attributes are correct. Where did you find 
additional [in] ?



More information about the wine-devel mailing list