|
enum | RDPDR_CTYP { RDPDR_CTYP_CORE = 0x4472
, RDPDR_CTYP_PRN = 0x5052
} |
|
enum | RDPDR_PAKID {
PAKID_CORE_SERVER_ANNOUNCE = 0x496E
, PAKID_CORE_CLIENTID_CONFIRM = 0x4343
, PAKID_CORE_CLIENT_NAME = 0x434E
, PAKID_CORE_DEVICELIST_ANNOUNCE = 0x4441
,
PAKID_CORE_DEVICE_REPLY = 0x6472
, PAKID_CORE_DEVICE_IOREQUEST = 0x4952
, PAKID_CORE_DEVICE_IOCOMPLETION = 0x4943
, PAKID_CORE_SERVER_CAPABILITY = 0x5350
,
PAKID_CORE_CLIENT_CAPABILITY = 0x4350
, PAKID_CORE_DEVICELIST_REMOVE = 0x444D
, PAKID_CORE_USER_LOGGEDON = 0x554C
, PAKID_PRN_CACHE_DATA = 0x5043
,
PAKID_PRN_USING_XPS = 0x5543
} |
|
enum | RDPDR_CAP_TYPE {
CAP_GENERAL_TYPE = 0x0001
, CAP_PRINTER_TYPE = 0x0002
, CAP_PORT_TYPE = 0x0003
, CAP_DRIVE_TYPE = 0x0004
,
CAP_SMARTCARD_TYPE = 0x0005
} |
|
enum | RDPDR_CAP_VERSION {
GENERAL_CAPABILITY_VERSION_01 = 0x00000001
, GENERAL_CAPABILITY_VERSION_02 = 0x00000002
, PRINT_CAPABILITY_VERSION_01 = 0x00000001
, PORT_CAPABILITY_VERSION_01 = 0x00000001
,
DRIVE_CAPABILITY_VERSION_01 = 0x00000001
, DRIVE_CAPABILITY_VERSION_02 = 0x00000002
, SMARTCARD_CAPABILITY_VERSION_01 = 0x00000001
} |
|
enum | IRP_MJ {
IRP_MJ_CREATE = 0x00000000
, IRP_MJ_CLOSE = 0x00000002
, IRP_MJ_READ = 0x00000003
, IRP_MJ_WRITE = 0x00000004
,
IRP_MJ_DEVICE_CONTROL = 0x0000000E
, IRP_MJ_QUERY_VOLUME_INFORMATION = 0x0000000A
, IRP_MJ_SET_VOLUME_INFORMATION = 0x0000000B
, IRP_MJ_QUERY_INFORMATION = 0x00000005
,
IRP_MJ_SET_INFORMATION = 0x00000006
, IRP_MJ_DIRECTORY_CONTROL = 0x0000000C
, IRP_MJ_LOCK_CONTROL = 0x00000011
} |
|
enum | IRP_MN { IRP_MN_QUERY_DIRECTORY = 0x00000001
, IRP_MN_NOTIFY_CHANGE_DIRECTORY = 0x00000002
} |
|
enum | RDPDR_MINOR_RDP_VERSION {
RDPDR_MINOR_RDP_VERSION_5_0 = 0x0002
, RDPDR_MINOR_RDP_VERSION_5_1 = 0x0005
, RDPDR_MINOR_RDP_VERSION_5_2 = 0x000A
, RDPDR_MINOR_RDP_VERSION_6_X = 0x000C
,
RDPDR_MINOR_RDP_VERSION_13 = 0x000D
} |
|
enum | RDPDR_CLIENT_NAME_FLAG { RDPDR_CLIENT_NAME_UNICODE = 0x00000001
, RDPDR_CLIENT_NAME_ASCII = 0x00000000
} |
|
enum | RDPDR_CAPS_IRP_MJ {
RDPDR_IRP_MJ_CREATE = 0x00000001
, RDPDR_IRP_MJ_CLEANUP = 0x00000002
, RDPDR_IRP_MJ_CLOSE = 0x00000004
, RDPDR_IRP_MJ_READ = 0x00000008
,
RDPDR_IRP_MJ_WRITE = 0x00000010
, RDPDR_IRP_MJ_FLUSH_BUFFERS = 0x00000020
, RDPDR_IRP_MJ_SHUTDOWN = 0x00000040
, RDPDR_IRP_MJ_DEVICE_CONTROL = 0x00000080
,
RDPDR_IRP_MJ_QUERY_VOLUME_INFORMATION = 0x00000100
, RDPDR_IRP_MJ_SET_VOLUME_INFORMATION = 0x00000200
, RDPDR_IRP_MJ_QUERY_INFORMATION = 0x00000400
, RDPDR_IRP_MJ_SET_INFORMATION = 0x00000800
,
RDPDR_IRP_MJ_DIRECTORY_CONTROL = 0x00001000
, RDPDR_IRP_MJ_LOCK_CONTROL = 0x00002000
, RDPDR_IRP_MJ_QUERY_SECURITY = 0x00004000
, RDPDR_IRP_MJ_SET_SECURITY = 0x00008000
} |
|
enum | RDPDR_CAPS_PDU { RDPDR_DEVICE_REMOVE_PDUS = 0x00000001
, RDPDR_CLIENT_DISPLAY_NAME_PDU = 0x00000002
, RDPDR_USER_LOGGEDON_PDU = 0x00000004
} |
|
enum | RDPDR_CAPS_FLAG { ENABLE_ASYNCIO = 0x00000001
} |
|
enum | RDP_LOWIO_OP { RDP_LOWIO_OP_SHAREDLOCK = 0x00000002
, RDP_LOWIO_OP_EXCLUSIVELOCK = 0x00000003
, RDP_LOWIO_OP_UNLOCK = 0x00000004
, RDP_LOWIO_OP_UNLOCK_MULTIPLE = 0x00000005
} |
|
enum | RDPDR_PRINTER_ANNOUNCE_FLAG {
RDPDR_PRINTER_ANNOUNCE_FLAG_ASCII = 0x00000001
, RDPDR_PRINTER_ANNOUNCE_FLAG_DEFAULTPRINTER = 0x00000002
, RDPDR_PRINTER_ANNOUNCE_FLAG_NETWORKPRINTER = 0x00000004
, RDPDR_PRINTER_ANNOUNCE_FLAG_TSPRINTER = 0x00000008
,
RDPDR_PRINTER_ANNOUNCE_FLAG_XPSFORMAT = 0x00000010
} |
|
enum | FILE_FS_DEVICE_FLAG {
FILE_REMOVABLE_MEDIA = 0x00000001
, FILE_READ_ONLY_DEVICE = 0x00000002
, FILE_FLOPPY_DISKETTE = 0x00000004
, FILE_WRITE_ONCE_MEDIA = 0x00000008
,
FILE_REMOTE_DEVICE = 0x00000010
, FILE_DEVICE_IS_MOUNTED = 0x00000020
, FILE_VIRTUAL_VOLUME = 0x00000040
, FILE_DEVICE_SECURE_OPEN = 0x00000100
} |
|
enum | FILE_FS_INFORMATION_CLASS {
FileFsVolumeInformation = 1
, FileFsLabelInformation
, FileFsSizeInformation
, FileFsDeviceInformation
,
FileFsAttributeInformation
, FileFsControlInformation
, FileFsFullSizeInformation
, FileFsObjectIdInformation
,
FileFsDriverPathInformation
, FileFsMaximumInformation
} |
|
#define RDPDR_CHANNEL_NAME "rdpdr" |
FreeRDP: A Remote Desktop Protocol Implementation Device Redirection Virtual Channel
Copyright 2010-2011 Vic Lee Copyright 2010-2012 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com Copyright 2015 Thincast Technologies GmbH Copyright 2015 DI (FH) Martin Haimberger marti.nosp@m.n.ha.nosp@m.imber.nosp@m.ger@.nosp@m.thinc.nosp@m.ast..nosp@m.com
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.