mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 05:22:56 +00:00
[WTSAPI32][PSDK] Addendum to 27ed609a
: Some of the WTS_INFO_CLASS values are NT6-SP1+
This commit is contained in:
parent
27ed609acd
commit
b9148b8c62
2 changed files with 8 additions and 0 deletions
|
@ -59,6 +59,7 @@ typedef enum tagWTS_INFO_CLASS
|
|||
WTSClientAddress,
|
||||
WTSClientDisplay,
|
||||
WTSClientProtocolType,
|
||||
#if (NTDDI_VERSION >= NTDDI_WS08)
|
||||
WTSIdleTime,
|
||||
WTSLogonTime,
|
||||
WTSIncomingBytes,
|
||||
|
@ -72,6 +73,7 @@ typedef enum tagWTS_INFO_CLASS
|
|||
WTSValidationInfo,
|
||||
WTSSessionAddressV4,
|
||||
WTSIsRemoteSession
|
||||
#endif /* (NTDDI_VERSION >= NTDDI_WS08) */
|
||||
} WTS_INFO_CLASS;
|
||||
|
||||
typedef enum _WTS_CONNECTSTATE_CLASS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue