IFileOperationSetOwnerWindow Method
Sets the parent or owner window for progress and dialog windows.
Namespace: DevCase.Win32.InterfacesAssembly: 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
)
Function SetOwnerWindow (
hwndParent As UInteger
) As HResult
Dim instance As IFileOperation
Dim hwndParent As UInteger
Dim returnValue As HResult
returnValue = instance.SetOwnerWindow(hwndParent)
HResult SetOwnerWindow(
unsigned int hwndParent
)
abstract SetOwnerWindow :
hwndParent : uint32 -> HResult
No code example is currently available or this language may not be supported.
- hwndParent UInt32
-
A handle to the owner window of the operation. This window will receive error messages.
HResult
If this method succeeds, it returns
S_OK.
Otherwise, it returns an
HResult error code.