Skip to content

Latest commit

 

History

History
79 lines (62 loc) · 3.2 KB

nf-shobjidl_core-ifileoperationprogresssink-prerenameitem.md

File metadata and controls

79 lines (62 loc) · 3.2 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:shobjidl_core.IFileOperationProgressSink.PreRenameItem
IFileOperationProgressSink::PreRenameItem (shobjidl_core.h)
Performs caller-implemented actions before the rename process for each item begins.
IFileOperationProgressSink interface [Windows Shell]
PreRenameItem method
IFileOperationProgressSink.PreRenameItem
IFileOperationProgressSink::PreRenameItem
PreRenameItem
PreRenameItem method [Windows Shell]
PreRenameItem method [Windows Shell]
IFileOperationProgressSink interface
_shell_IFileOperationProgressSink_PreRenameItem
shell.IFileOperationProgressSink_PreRenameItem
shobjidl_core/IFileOperationProgressSink::PreRenameItem
shell\IFileOperationProgressSink_PreRenameItem.htm
shell
444fe15b-cbed-46d8-ae25-ab6a569d18e0
12/05/2018
IFileOperationProgressSink interface [Windows Shell],PreRenameItem method, IFileOperationProgressSink.PreRenameItem, IFileOperationProgressSink::PreRenameItem, PreRenameItem, PreRenameItem method [Windows Shell], PreRenameItem method [Windows Shell],IFileOperationProgressSink interface, _shell_IFileOperationProgressSink_PreRenameItem, shell.IFileOperationProgressSink_PreRenameItem, shobjidl_core/IFileOperationProgressSink::PreRenameItem
shobjidl_core.h
Shobjidl.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Shobjidl.idl
Windows
19H1
IFileOperationProgressSink::PreRenameItem
shobjidl_core/IFileOperationProgressSink::PreRenameItem
c++
APIRef
kbSyntax
COM
shobjidl_core.h
IFileOperationProgressSink.PreRenameItem

IFileOperationProgressSink::PreRenameItem

-description

Performs caller-implemented actions before the rename process for each item begins.

-parameters

-param dwFlags [in]

Type: DWORD

bitwise value that contains flags that control the operation. See TRANSFER_SOURCE_FLAGS for flag descriptions.

-param psiItem [in]

Type: IShellItem*

Pointer to an IShellItem that specifies the item to be renamed.

-param pszNewName [in]

Type: LPCWSTR

Pointer to the new display name of the item. This is a null-terminated, Unicode string.

-returns

Type: HRESULT

Returns S_OK if successful, or an error value otherwise. In the case of an error value, the rename operation and all subsequent operations pending from the call to IFileOperation are canceled.