Commit 6efdef22 authored by Jinoh Kang's avatar Jinoh Kang Committed by Alexandre Julliard

include: Mark IShellItem::BindToHandler's pbc parameter as [unique].

The Windows SDK headers makes it clear that the IBindCtx parameter of BindToHandler is optional. Bring Wine's definition in sync with those. Signed-off-by: 's avatarJinoh Kang <jinoh.kang.kr@gmail.com>
parent 546cbdc2
......@@ -381,7 +381,7 @@ interface IShellItem : IUnknown
typedef DWORD SICHINTF;
HRESULT BindToHandler(
[in] IBindCtx *pbc,
[in, unique] IBindCtx *pbc,
[in] REFGUID rbhid,
[in] REFIID riid,
[out, iid_is(riid)] void **ppvOut);
......
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