FreeRDP
Loading...
Searching...
No Matches
RpcClient Struct Reference
Collaboration diagram for RpcClient:

Data Fields

rdpContext * context
 
RPC_PDUpdu
 
HANDLE PipeEvent
 
RingBuffer ReceivePipe
 
wStreamReceiveFragment
 
CRITICAL_SECTION PipeLock
 
wArrayList * ClientCallList
 
char * host
 
UINT16 port
 
BOOL isProxy
 

Detailed Description

Definition at line 594 of file libfreerdp/core/gateway/rpc.h.

Field Documentation

◆ ClientCallList

wArrayList* RpcClient::ClientCallList

Definition at line 602 of file libfreerdp/core/gateway/rpc.h.

◆ context

rdpContext* RpcClient::context

Definition at line 596 of file libfreerdp/core/gateway/rpc.h.

◆ host

char* RpcClient::host

Definition at line 603 of file libfreerdp/core/gateway/rpc.h.

◆ isProxy

BOOL RpcClient::isProxy

Definition at line 605 of file libfreerdp/core/gateway/rpc.h.

◆ pdu

RPC_PDU* RpcClient::pdu

Definition at line 597 of file libfreerdp/core/gateway/rpc.h.

◆ PipeEvent

HANDLE RpcClient::PipeEvent

Definition at line 598 of file libfreerdp/core/gateway/rpc.h.

◆ PipeLock

CRITICAL_SECTION RpcClient::PipeLock

Definition at line 601 of file libfreerdp/core/gateway/rpc.h.

◆ port

UINT16 RpcClient::port

Definition at line 604 of file libfreerdp/core/gateway/rpc.h.

◆ ReceiveFragment

wStream* RpcClient::ReceiveFragment

Definition at line 600 of file libfreerdp/core/gateway/rpc.h.

◆ ReceivePipe

RingBuffer RpcClient::ReceivePipe

Definition at line 599 of file libfreerdp/core/gateway/rpc.h.


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