5 references to WTS_CONNECTSTATE_CLASS
WindowsBase (5)
Shared\MS\Win32\NativeMethodsCLR.cs (1)
7118/// The session's current connection state. For more information, <see cref="WTS_CONNECTSTATE_CLASS"/>
Shared\MS\Win32\SafeNativeMethodsCLR.cs (4)
542if (Enum.IsDefined(typeof(NativeMethods.WTS_CONNECTSTATE_CLASS), data)) 544var connectState = (NativeMethods.WTS_CONNECTSTATE_CLASS)data; 545currentSessionConnectState = (connectState == NativeMethods.WTS_CONNECTSTATE_CLASS.WTSActive);