 |
GetCapture ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
The GetCapture function retrieves a handle to the window (if any) that has captured the mouse. Only one window at a time can capture the mouse; this window receives mouse input whether or not the cursor is within its borders. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HWND GetCapture(VOID);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GetCapture IN user32
|
 |
 |
 |
| Parameters: |
 |
| This function has no parameters. |
 |
 |
| Return value: |
 |
| The return value is a handle to the capture window associated with the current thread. If no window in the thread has captured the mouse, the return value is NULL. |
 |
 |
| My comment: |
 |
| The mouse capture. |
 |
 |
| Word Index links for the GetCapture : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2002-02-25 23:44:38 | | Modified: | 2002-02-25 23:47:38 | Visited in last 7 days: 18 |