ClientSpec enumeration
Used with the ClientProtocolSpec property to specify the remote desktop protocol used between the client and the server.
Syntax
typedef enum {
FullMode = 0,
ThinClientMode,
SmallCacheMode
} ClientSpec;
Constants
-
FullMode
-
The protocol is full Windows 8 Remote Desktop protocol.
-
ThinClientMode
-
The protocol is limited to using the Windows 7 with SP1 RemoteFX codec and a smaller cache. All other codecs are disabled. This protocol has the smallest memory footprint.
-
SmallCacheMode
-
The protocol is the same as FullMode, except it uses a smaller cache.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 8 |
Minimum supported server |
Windows Server 2012 |
Type library |
|