diff options
| author | Koichiro IWAO <meta@vmeta.jp> | 2018-11-27 14:59:20 +0900 |
|---|---|---|
| committer | Koichiro IWAO <meta@vmeta.jp> | 2018-11-27 15:08:22 +0900 |
| commit | 83d3349c5a9a8b6116f7a4c2dc8a0f7778972be7 (patch) | |
| tree | 8e2552fcb1a6c9ae14a2d567766cd5dc9bab9e53 /common/xrdp_constants.h | |
| parent | d188519c0c5bd060be2c71927789359d7ef74c5c (diff) | |
| download | xrdp-proprietary-83d3349c5a9a8b6116f7a4c2dc8a0f7778972be7.tar.gz xrdp-proprietary-83d3349c5a9a8b6116f7a4c2dc8a0f7778972be7.zip | |
add some more constants and use them
Diffstat (limited to 'common/xrdp_constants.h')
| -rw-r--r-- | common/xrdp_constants.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/common/xrdp_constants.h b/common/xrdp_constants.h index 2b229eae..fb5a0da7 100644 --- a/common/xrdp_constants.h +++ b/common/xrdp_constants.h @@ -201,6 +201,11 @@ #define OSMINORTYPE_PSEUDO_XSERVER 0x0008 #define OSMINORTYPE_WINDOWS_RT 0x0009 +/* Window List Capability Set: WndSupportLevel (MS-RDPERP 2.2.1.1.2) */ +#define TS_WINDOW_LEVEL_NOT_SUPPORTED 0x00000000 +#define TS_WINDOW_LEVEL_SUPPORTED 0x00000001 +#define TS_WINDOW_LEVEL_SUPPORTED_EX 0x00000002 + /* Extended Info Packet: performanceFlags (MS-RDPBCGR 2.2.1.11.1.1.1) */ /* TODO: to be renamed */ #define RDP5_DISABLE_NOTHING 0x00 |
