FreeRDP
rdpPeerChannel Struct Reference

#include <server.h>

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.

Field Documentation

◆ channelFlags

UINT32 rdpPeerChannel::channelFlags

◆ channelId

UINT32 rdpPeerChannel::channelId

◆ channelName

char rdpPeerChannel::channelName[128]

◆ channelType

UINT16 rdpPeerChannel::channelType

◆ client

freerdp_peer* rdpPeerChannel::client

◆ creationStatus

INT32 rdpPeerChannel::creationStatus

◆ dvc_open_state

BYTE rdpPeerChannel::dvc_open_state

◆ dvc_total_length

UINT32 rdpPeerChannel::dvc_total_length

◆ extra

void* rdpPeerChannel::extra

◆ index

UINT16 rdpPeerChannel::index

◆ mcsChannel

rdpMcsChannel* rdpPeerChannel::mcsChannel

◆ queue

wMessageQueue* rdpPeerChannel::queue

◆ receiveData

wStream* rdpPeerChannel::receiveData

◆ vcm

WTSVirtualChannelManager* rdpPeerChannel::vcm

◆ writeLock

CRITICAL_SECTION rdpPeerChannel::writeLock

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