GetCapture
A version of this page is also available for
4/8/2010
This function retrieves the handle to the window, if any, that has captured the mouse or stylus input. Only one window at a time can capture the mouse or stylus input.
Syntax
HWND GetCapture(void);
Parameters
None.
Return Value
The handle of the capture window associated with the current thread indicates success. NULL indicates that no window in the current thread has captured the mouse.
Remarks
A NULL return value does not indicate that another thread or process in the system has not captured the mouse or stylus; NULL just indicates that the current thread has not captured the mouse or stylus.
Requirements
Header | windows.h |
Library | coredll.lib |
Windows Embedded CE | Windows CE 1.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |