FreeRDP
rdpPeerChannel Struct Reference
Collaboration diagram for rdpPeerChannel:

Data Fields

WTSVirtualChannelManagervcm
 
freerdp_peer * client
 
void * extra
 
UINT16 index
 
UINT32 channelId
 
UINT16 channelType
 
UINT32 channelFlags
 
wStreamreceiveData
 
wMessageQueue * queue
 
BYTE dvc_open_state
 
INT32 creationStatus
 
UINT32 dvc_total_length
 
rdpMcsChannel * mcsChannel
 
char channelName [128]
 
CRITICAL_SECTION writeLock
 

Detailed Description

FreeRDP: A Remote Desktop Protocol Implementation Server Channels

Copyright 2014 Marc-Andre Moreau marca.nosp@m.ndre.nosp@m..more.nosp@m.au@g.nosp@m.mail..nosp@m.com Copyright 2015 Copyright 2015 Thincast Technologies GmbH

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.

Definition at line 52 of file server.h.

Field Documentation

◆ channelFlags

UINT32 rdpPeerChannel::channelFlags

Definition at line 61 of file server.h.

◆ channelId

UINT32 rdpPeerChannel::channelId

Definition at line 59 of file server.h.

◆ channelName

char rdpPeerChannel::channelName[128]

Definition at line 71 of file server.h.

◆ channelType

UINT16 rdpPeerChannel::channelType

Definition at line 60 of file server.h.

◆ client

freerdp_peer* rdpPeerChannel::client

Definition at line 55 of file server.h.

◆ creationStatus

INT32 rdpPeerChannel::creationStatus

Definition at line 67 of file server.h.

◆ dvc_open_state

BYTE rdpPeerChannel::dvc_open_state

Definition at line 66 of file server.h.

◆ dvc_total_length

UINT32 rdpPeerChannel::dvc_total_length

Definition at line 68 of file server.h.

◆ extra

void* rdpPeerChannel::extra

Definition at line 57 of file server.h.

◆ index

UINT16 rdpPeerChannel::index

Definition at line 58 of file server.h.

◆ mcsChannel

rdpMcsChannel* rdpPeerChannel::mcsChannel

Definition at line 69 of file server.h.

◆ queue

wMessageQueue* rdpPeerChannel::queue

Definition at line 64 of file server.h.

◆ receiveData

wStream* rdpPeerChannel::receiveData

Definition at line 63 of file server.h.

◆ vcm

WTSVirtualChannelManager* rdpPeerChannel::vcm

Definition at line 54 of file server.h.

◆ writeLock

CRITICAL_SECTION rdpPeerChannel::writeLock

Definition at line 72 of file server.h.


The documentation for this struct was generated from the following file: