WinSetCapture Return Value - rc
rc
(
BOOL
) - returns
Success indicator.
TRUE
Successful completion.
FALSE
Error occurred. If the pointing device has already been captured by another thread or window, the call fails. This is to prevent applications from removing the capture from other windows or threads.
[Back: WinSetCapture Parameter - hwnd]
[Next: WinSetCapture - Parameters]