IFileOperationProgressSinkPreNewItem Method

Performs caller-implemented actions before the process to create a new item begins.

Definition

Namespace: DevCase.Win32.Interfaces
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
void PreNewItem(
	TransferSourceFlags flags,
	IShellItem destFolder,
	string newName
)

Parameters

flags  TransferSourceFlags
bitwise value that contains flags that control the operation.
destFolder  IShellItem
Pointer to an IShellItem that specifies the destination folder that will contain the new item.
newName  String
Pointer to the file name of the new item, for instance Newfile.txt. This is a null-terminated, Unicode string.

See Also