FreeRDP
rdpChannels Struct Reference
Collaboration diagram for rdpChannels:

Data Fields

int clientDataCount
 
CHANNEL_CLIENT_DATA clientDataList [CHANNEL_MAX_COUNT]
 
int openDataCount
 
CHANNEL_OPEN_DATA openDataList [CHANNEL_MAX_COUNT]
 
int initDataCount
 
CHANNEL_INIT_DATA initDataList [CHANNEL_MAX_COUNT]
 
int can_call_init
 
BOOL connected
 
freerdp * instance
 
wMessageQueue * queue
 
DrdynvcClientContext * drdynvc
 
CRITICAL_SECTION channelsLock
 
wHashTable * channelEvents
 

Detailed Description

Definition at line 86 of file libfreerdp/core/client.h.

Field Documentation

◆ can_call_init

int rdpChannels::can_call_init

Definition at line 98 of file libfreerdp/core/client.h.

◆ channelEvents

wHashTable* rdpChannels::channelEvents

Definition at line 111 of file libfreerdp/core/client.h.

◆ channelsLock

CRITICAL_SECTION rdpChannels::channelsLock

Definition at line 109 of file libfreerdp/core/client.h.

◆ clientDataCount

int rdpChannels::clientDataCount

Definition at line 88 of file libfreerdp/core/client.h.

◆ clientDataList

CHANNEL_CLIENT_DATA rdpChannels::clientDataList[CHANNEL_MAX_COUNT]

Definition at line 89 of file libfreerdp/core/client.h.

◆ connected

BOOL rdpChannels::connected

Definition at line 101 of file libfreerdp/core/client.h.

◆ drdynvc

DrdynvcClientContext* rdpChannels::drdynvc

Definition at line 108 of file libfreerdp/core/client.h.

◆ initDataCount

int rdpChannels::initDataCount

Definition at line 94 of file libfreerdp/core/client.h.

◆ initDataList

CHANNEL_INIT_DATA rdpChannels::initDataList[CHANNEL_MAX_COUNT]

Definition at line 95 of file libfreerdp/core/client.h.

◆ instance

freerdp* rdpChannels::instance

Definition at line 104 of file libfreerdp/core/client.h.

◆ openDataCount

int rdpChannels::openDataCount

Definition at line 91 of file libfreerdp/core/client.h.

◆ openDataList

CHANNEL_OPEN_DATA rdpChannels::openDataList[CHANNEL_MAX_COUNT]

Definition at line 92 of file libfreerdp/core/client.h.

◆ queue

wMessageQueue* rdpChannels::queue

Definition at line 106 of file libfreerdp/core/client.h.


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