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