ViewGetOwnerViewHandle Method |
Gets the handle of the view's top window.
Namespace:
callback.ShellBoost.Core.WindowsShell
Assembly:
callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax public static IntPtr GetOwnerViewHandle(
IntPtr windowHandle
)
Parameters
- windowHandle
- Type: SystemIntPtr
A window handle.
Return Value
Type:
IntPtrA window handle or Zero if it was not found.
See Also