Desktop Functions: Smart Device Functions:
|
Search Results for "WTS_INFO_CLASS" in [All]wtsapi32
ByVal InfoClass As WTS_INFO_CLASS, _
private static extern bool WTSQuerySessionInformation(IntPtr hServer, int sessionId, WTS_INFO_CLASS wtsInfoClass, out IntPtr ppBuffer, out int pBytesReturned);
if (WTSQuerySessionInformation(IntPtr.Zero, sessionId, WTS_INFO_CLASS.WTSUserName, out buffer, out strLen) && strLen > 1)
if (WTSQuerySessionInformation(IntPtr.Zero, sessionId, WTS_INFO_CLASS.WTSDomainName, out buffer, out strLen) && strLen > 1) Enums3: WTSINFO
Private Enum WTS_INFO_CLASS 4: WTSInfoClass
enum WTS_INFO_CLASS
Private Enum WTS_INFO_CLASS |