|
| HRESULT | Advise ([in] ITransferAdviseSink *sink, [out] DWORD *cookie) |
| |
| HRESULT | Unadvise ([in] DWORD cookie) |
| |
| HRESULT | SetProperties ([in] IPropertyChangeArray *array) |
| |
| HRESULT | OpenItem ([in] IShellItem *item, [in] TRANSFER_SOURCE_FLAGS flags, [in] REFIID riid, [out, iid_is(riid)] void **ppv) |
| |
| HRESULT | MoveItem ([in] IShellItem *item, [in] IShellItem *parent_dest, [in, string] LPCWSTR name_dest, [in] TRANSFER_SOURCE_FLAGS flags, [out] IShellItem **newitem) |
| |
| HRESULT | RecycleItem ([in] IShellItem *source, [in] IShellItem *parent_dest, [in] TRANSFER_SOURCE_FLAGS flags, [out] IShellItem **new_dest) |
| |
| HRESULT | RemoveItem ([in] IShellItem *source, [in] TRANSFER_SOURCE_FLAGS flags) |
| |
| HRESULT | RenameItem ([in] IShellItem *source, [in, string] LPCWSTR newname, [in] TRANSFER_SOURCE_FLAGS flags, [out] IShellItem **new_dest) |
| |
| HRESULT | LinkItem ([in] IShellItem *source, [in] IShellItem *parent_dest, [in, unique, string] LPCWSTR new_name, [in] TRANSFER_SOURCE_FLAGS flags, [out] IShellItem **new_dest) |
| |
| HRESULT | ApplyPropertiesToItem ([in] IShellItem *source, [out] IShellItem **newitem) |
| |
| HRESULT | GetDefaultDestinationName ([in] IShellItem *source, [in] IShellItem *parent_dest, [out, string] LPWSTR *dest_name) |
| |
| HRESULT | EnterFolder ([in] IShellItem *child_folder) |
| |
| HRESULT | LeaveFolder ([in] IShellItem *child_folder) |
| |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| |
| ULONG | AddRef () |
| |
| ULONG | Release () |
| |
Definition at line 4354 of file shobjidl.idl.