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