FreeRDP
RpcClient Struct Reference

#include <rpc.h>

Data Fields

rdpContext * context
 
RPC_PDU * pdu
 
HANDLE PipeEvent
 
RingBuffer ReceivePipe
 
wStream * ReceiveFragment
 
CRITICAL_SECTION PipeLock
 
wArrayList * ClientCallList
 
char * host
 
UINT16 port
 
BOOL isProxy
 

Field Documentation

◆ ClientCallList

wArrayList* RpcClient::ClientCallList

◆ context

rdpContext* RpcClient::context

◆ host

char* RpcClient::host

◆ isProxy

BOOL RpcClient::isProxy

◆ pdu

RPC_PDU* RpcClient::pdu

◆ PipeEvent

HANDLE RpcClient::PipeEvent

◆ PipeLock

CRITICAL_SECTION RpcClient::PipeLock

◆ port

UINT16 RpcClient::port

◆ ReceiveFragment

wStream* RpcClient::ReceiveFragment

◆ ReceivePipe

RingBuffer RpcClient::ReceivePipe

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