FreeRDP
|
Data Fields | |
rdpContext * | context |
RPC_PDU * | pdu |
HANDLE | PipeEvent |
RingBuffer | ReceivePipe |
wStream * | ReceiveFragment |
CRITICAL_SECTION | PipeLock |
wArrayList * | ClientCallList |
char * | host |
UINT16 | port |
BOOL | isProxy |
Definition at line 588 of file libfreerdp/core/gateway/rpc.h.
wArrayList* RpcClient::ClientCallList |
Definition at line 596 of file libfreerdp/core/gateway/rpc.h.
rdpContext* RpcClient::context |
Definition at line 590 of file libfreerdp/core/gateway/rpc.h.
char* RpcClient::host |
Definition at line 597 of file libfreerdp/core/gateway/rpc.h.
BOOL RpcClient::isProxy |
Definition at line 599 of file libfreerdp/core/gateway/rpc.h.
RPC_PDU* RpcClient::pdu |
Definition at line 591 of file libfreerdp/core/gateway/rpc.h.
HANDLE RpcClient::PipeEvent |
Definition at line 592 of file libfreerdp/core/gateway/rpc.h.
CRITICAL_SECTION RpcClient::PipeLock |
Definition at line 595 of file libfreerdp/core/gateway/rpc.h.
UINT16 RpcClient::port |
Definition at line 598 of file libfreerdp/core/gateway/rpc.h.
wStream* RpcClient::ReceiveFragment |
Definition at line 594 of file libfreerdp/core/gateway/rpc.h.
RingBuffer RpcClient::ReceivePipe |
Definition at line 593 of file libfreerdp/core/gateway/rpc.h.