Click or drag to resize

WindowsUtilitiesWindowFromPhysicalPoint Method

Retrieves a handle to the window that contains the specified physical point.

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

Parameters

point
Type: callback.ShellBoost.Core.WindowsShellPOINT
The point to be checked.

Return Value

Type: IntPtr
A handle to the window that contains the point or IntPtr.Zero
See Also