FreeRDP
pServerContext Struct Reference

#include <proxy_context.h>

Data Fields

rdpContext context
 
proxyData * pdata
 
HANDLE vcm
 
HANDLE dynvcReady
 
wHashTable * interceptContextMap
 
wHashTable * channelsByFrontId
 
wHashTable * channelsByBackId
 

Detailed Description

Wraps rdpContext and holds the state for the proxy's server.

Definition at line 77 of file proxy_context.h.

Field Documentation

◆ channelsByBackId

wHashTable* pServerContext::channelsByBackId

Definition at line 88 of file proxy_context.h.

◆ channelsByFrontId

wHashTable* pServerContext::channelsByFrontId

Definition at line 87 of file proxy_context.h.

◆ context

rdpContext pServerContext::context

Definition at line 79 of file proxy_context.h.

◆ dynvcReady

HANDLE pServerContext::dynvcReady

Definition at line 84 of file proxy_context.h.

◆ interceptContextMap

wHashTable* pServerContext::interceptContextMap

Definition at line 86 of file proxy_context.h.

◆ pdata

proxyData* pServerContext::pdata

Definition at line 81 of file proxy_context.h.

◆ vcm

HANDLE pServerContext::vcm

Definition at line 83 of file proxy_context.h.


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