 |
SetCapture ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The SetCapture function sets the mouse capture to the specified window belonging to the current thread. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HWND SetCapture(
HWND hWnd // handle to window
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SetCapture IN user32;
INTEGER hWnd
|
 |
 |
 |
| Parameters: |
 |
hWnd
[in] Handle to the window in the current thread that is to capture the mouse. |
 |
 |
| Return value: |
 |
| The return value is a handle to the window that had previously captured the mouse. If there is no such window, the return value is NULL. |
 |
 |
| Word Index links for the SetCapture : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-02-25 23:43:25 | | Modified: | 2002-02-25 23:44:31 | Visited in last 7 days: 21 |