ReactOS 0.4.15-dev-7953-g1f49173
_RpcConnection_np Struct Reference
Collaboration diagram for _RpcConnection_np:

Public Attributes

RpcConnection common
 
HANDLE pipe
 
HANDLE listen_event
 
charlisten_pipe
 
IO_STATUS_BLOCK io_status
 
HANDLE event_cache
 
BOOL read_closed
 

Detailed Description

Definition at line 80 of file rpc_transport.c.

Member Data Documentation

◆ common

◆ event_cache

HANDLE _RpcConnection_np::event_cache

Definition at line 87 of file rpc_transport.c.

Referenced by get_np_event(), release_np_event(), and rpcrt4_conn_np_close().

◆ io_status

◆ listen_event

◆ listen_pipe

char* _RpcConnection_np::listen_pipe

Definition at line 85 of file rpc_transport.c.

Referenced by rpcrt4_conn_create_pipe().

◆ pipe

◆ read_closed

BOOL _RpcConnection_np::read_closed

Definition at line 88 of file rpc_transport.c.

Referenced by rpcrt4_conn_np_close_read(), and rpcrt4_conn_np_read().


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