mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 20:43:00 +00:00
[WTSAPI32] Implement WTSConnectState and WTSClientProtocolType in WTSQuerySessionInformation
Since ReactOS doesn't actually support non-local WinSTA/WTS capabilities, this seems to be a good way to reduce spam in the log while providing correct behaviour. Also call Unicode version from ANSI one to reduce code duplication.
This commit is contained in:
parent
40dab7d5e5
commit
27ed609acd
2 changed files with 185 additions and 0 deletions
|
@ -59,6 +59,19 @@ typedef enum tagWTS_INFO_CLASS
|
|||
WTSClientAddress,
|
||||
WTSClientDisplay,
|
||||
WTSClientProtocolType,
|
||||
WTSIdleTime,
|
||||
WTSLogonTime,
|
||||
WTSIncomingBytes,
|
||||
WTSOutgoingBytes,
|
||||
WTSIncomingFrames,
|
||||
WTSOutgoingFrames,
|
||||
WTSClientInfo,
|
||||
WTSSessionInfo,
|
||||
WTSSessionInfoEx,
|
||||
WTSConfigInfo,
|
||||
WTSValidationInfo,
|
||||
WTSSessionAddressV4,
|
||||
WTSIsRemoteSession
|
||||
} WTS_INFO_CLASS;
|
||||
|
||||
typedef enum _WTS_CONNECTSTATE_CLASS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue