 |
UnregisterHotKey Add comment W32 Constants Translate this page |
 |
 |
|
The UnregisterHotKey function frees a hot key previously registered by the calling thread. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL UnregisterHotKey(
HWND hWnd,
int id
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER UnregisterHotKey IN user32;
INTEGER hWnd,;
INTEGER id
|
 |
 |
 |
| Parameters: |
 |
hWnd
[in] Handle to the window associated with the hot key to be freed.
id
[in] Specifies the identifier of the hot key to be freed. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| My comment: |
 |
| See also RegisterHotKey function. |
 |
 |
| Word Index links for the UnregisterHotKey : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-01-03 13:18:09 | | Modified: | 2004-01-03 13:19:41 | Visited in last 7 days: 20 |