include: Sync an attribute to the Windows 8.1 SDK.

This commit is contained in:
Stefan Dösinger 2014-05-20 13:09:17 +02:00 committed by Alexandre Julliard
parent d89d43648f
commit 98a6b70213
1 changed files with 1 additions and 1 deletions

View File

@ -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,