Group: Terminal Services - Library: wtsapi32
BOOL WTSUnRegisterSessionNotification(
HWND hWnd
);
DECLARE INTEGER WTSUnRegisterSessionNotification IN wtsapi32;
INTEGER hWindow
hWnd [in] Handle of the window to be unregistered from receiving session notifications.
If the function succeeds, the return value is TRUE.
This function must be called once for every call to the WTSRegisterSessionNotification function.
See also: LockWorkStation.
Home