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 public static IntPtr GetRootOwnerWindow(
IntPtr handle
)
Parameters
- handle
- Type: SystemIntPtr
The window handle.
Return Value
Type:
IntPtrA window handle or IntPtr.Zero.
See Also