| 
    FreeRDP
    
   | 
 
#include <proxy_context.h>
Data Fields | |
| rdpContext | context | 
| proxyData * | pdata | 
| HANDLE | vcm | 
| HANDLE | dynvcReady | 
| wHashTable * | interceptContextMap | 
| wHashTable * | channelsByFrontId | 
| wHashTable * | channelsByBackId | 
Wraps rdpContext and holds the state for the proxy's server.
Definition at line 77 of file proxy_context.h.
| wHashTable* pServerContext::channelsByBackId | 
Definition at line 88 of file proxy_context.h.
| wHashTable* pServerContext::channelsByFrontId | 
Definition at line 87 of file proxy_context.h.
| rdpContext pServerContext::context | 
Definition at line 79 of file proxy_context.h.
| HANDLE pServerContext::dynvcReady | 
Definition at line 84 of file proxy_context.h.
| wHashTable* pServerContext::interceptContextMap | 
Definition at line 86 of file proxy_context.h.
| proxyData* pServerContext::pdata | 
Definition at line 81 of file proxy_context.h.
| HANDLE pServerContext::vcm | 
Definition at line 83 of file proxy_context.h.