Click or drag to resize

Win32WindowFromHandle Method

Returns a Win32Window instance from a handle, or null if the handle doesn't identify an existing window.

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

Parameters

handle
Type: SystemIntPtr
The handle.

Return Value

Type: Win32Window
A Win32Window instance or null.
See Also