 |
WTSUnRegisterSessionNotification ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Unregisters the specified window so that it receives no further session change notifications. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL WTSUnRegisterSessionNotification(
HWND hWnd
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER WTSUnRegisterSessionNotification IN wtsapi32;
INTEGER hWindow
|
 |
 |
 |
| Parameters: |
 |
hWnd
[in] Handle of the window to be unregistered from receiving session notifications. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is TRUE. |
 |
 |
| My comment: |
 |
This function must be called once for every call to the WTSRegisterSessionNotification function.
See also: LockWorkStation. |
 |
 |
| Word Index links for the WTSUnRegisterSessionNotification : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2006-03-30 13:36:41 | | Modified: | 2006-03-30 13:38:27 | Visited in last 7 days: 11 |