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)
542
if (Enum.IsDefined(typeof(NativeMethods.
WTS_CONNECTSTATE_CLASS
), data))
544
var
connectState = (NativeMethods.
WTS_CONNECTSTATE_CLASS
)data;
545
currentSessionConnectState = (connectState == NativeMethods.
WTS_CONNECTSTATE_CLASS
.WTSActive);