Click or drag to resize

WindowsUtilitiesGetThreadCaptureWindow Method

Gets a handle to the window that has captured the mouse for a given thread.

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

Parameters

threadId
Type: SystemInt32
The thread identifier.

Return Value

Type: IntPtr
A handle to the window that has captured the mouse.
See Also