WTSUnRegisterSessionNotification (wtsapi32)
Last changed: -67.71.231.162

.
Summary
Used to unsubscribe to session related events, such as locking and unlocking the workstation

C# Signature:

[DllImport("wtsapi32.dll", SetLastError=true)]
static extern bool WTSUnRegisterSessionNotification(IntPtr hWnd);

VB Signature:

Declare Function WTSUnRegisterSessionNotification Lib "wtsapi32.dll" (ByVal hWnd as IntPtr) As Boolean

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation