Click or drag to resize

WindowsUtilitiesGetRootOwnerWindow Method

Gets the specified window's root window, if any.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static IntPtr GetRootOwnerWindow(
	IntPtr handle
)

Parameters

handle
Type: SystemIntPtr
The window handle.

Return Value

Type: IntPtr
A window handle or IntPtr.Zero.
See Also