Share via


ReleaseCapture

This function releases the mouse or stylus capture from a window in the current thread and restores normal processing of input.

BOOL ReleaseCapture(void);

Parameters

None.

Return Values

Nonzero indicates success. Zero indicates failure. To get extended error information, call GetLastError.

Remarks

An application calls this function after calling the SetCapture function. After you call SetCapture for a window, the window captures mouse input that occurs while the mouse cursor remains within the window. The window also captures mouse input that occurs when the user presses a mouse button while the mouse cursor is located within the window and continues to hold the mouse button down while moving the mouse. Calling ReleaseCapture restores normal processing of mouse or stylus input.

Requirements

OS Versions: Windows CE 1.0 and later.
Header: Windows.h.
Link Library: Coredll.lib.

See Also

GetCapture | SetCapture | WM_CAPTURECHANGED

 Last updated on Wednesday, April 14, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.