FreeRDP
|
Data Fields | |
rdpContext | context |
proxyData * | pdata |
BOOL | allow_next_conn_failure |
BOOL | connected |
pReceiveChannelData | client_receive_channel_data_original |
wQueue * | cached_server_channel_data |
BOOL(* | sendChannelData )(pClientContext *pc, const proxyChannelDataEventInfo *ev) |
char * | remote_hostname |
wStream * | remote_pem |
UINT16 | remote_port |
UINT32 | remote_flags |
BOOL | input_state_sync_pending |
UINT32 | input_state |
wHashTable * | interceptContextMap |
UINT32 | computerNameLen |
BOOL | computerNameUnicode |
union { | |
WCHAR * | wc |
char * | c |
void * | v |
} | computerName |
Wraps rdpContext and holds the state for the proxy's client.
Definition at line 101 of file proxy_context.h.