###User Defined Function###
_WinAPI_ReleaseCapture

###Description###
Releases the mouse capture from a window in the current thread and restores normal mouse input processing

###Syntax###
#include <WinAPI.au3>
_WinAPI_ReleaseCapture (  )


###Parameters###
None.

###ReturnValue###
@@ReturnTable@@
Success:	True
Failure:	False, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information
@@End@@


###Remarks###
None.


###Related###


###See Also###
@@MsdnLink@@ ReleaseCapture
