Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Contains values that indicate the session mode of a Remote Desktop Session Host (RD Session Host) server.
Syntax
typedef enum __MIDL_IWTSSBPlugin_0002 {
WTSSBX_MACHINE_SESSION_MODE_UNSPEC = 0,
WTSSBX_MACHINE_SESSION_MODE_SINGLE = 0x1,
WTSSBX_MACHINE_SESSION_MODE_MULTIPLE = 0x2
} WTSSBX_MACHINE_SESSION_MODE;
Constants
WTSSBX_MACHINE_SESSION_MODE_UNSPECValue: 0 The session mode of the server is unspecified. |
WTSSBX_MACHINE_SESSION_MODE_SINGLEValue: 0x1 The server is in single session mode. It can only accept one session per user. |
WTSSBX_MACHINE_SESSION_MODE_MULTIPLEValue: 0x2 The server is in multiple session mode. It can accept multiple sessions per user. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 |
| Header | tssbx.h |