[<<Previous Entry]
[^^Up^^]
[Next Entry>>]
[Menu]
[About The Guide]
GetCapture() -> <hWnd>
------------------------------------------------------------------------------
RETURNS
<hWnd> is the handle that identifies the window that has the mouse
capture, or zero if the mouse is not captured at all
DESCRIPTION:
The GetCapture function retrieves a handle of the window that has the
mouse capture. A window receives the mouse capture when its handle is
passed as the <hwnd> parameter of the SetCapture function.
Only one window has the mouse capture at any given time; this window
receives mouse input whether or not the cursor is within its borders.
SOURCE:
SOURCE\WINAPI\WMOUSE.C
See Also:
SetCapture
This page created by ng2html v1.05, the Norton guide to HTML conversion utility.
Written by Dave Pearson