IFileOperationSetOwnerWindow Method

Sets the parent or owner window for progress and dialog windows.

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.
HResult SetOwnerWindow(
	uint hwndParent
)

Parameters

hwndParent  UInt32
A handle to the owner window of the operation. This window will receive error messages.

Return Value

HResult
If this method succeeds, it returns S_OK. Otherwise, it returns an HResult error code.

See Also