ReactOS 0.4.15-dev-7953-g1f49173
_RpcServerProtseq Struct Reference

#include <rpc_server.h>

Collaboration diagram for _RpcServerProtseq:

Public Attributes

const struct protseq_opsops
 
struct list entry
 
LPSTR Protseq
 
UINT MaxCalls
 
struct list listeners
 
struct list connections
 
CRITICAL_SECTION cs
 
HANDLE server_thread
 
HANDLE mgr_mutex
 
HANDLE server_ready_event
 

Detailed Description

Definition at line 29 of file rpc_server.h.

Member Data Documentation

◆ connections

struct list _RpcServerProtseq::connections

Definition at line 37 of file rpc_server.h.

Referenced by RPCRT4_server_thread().

◆ cs

◆ entry

struct list _RpcServerProtseq::entry

Definition at line 32 of file rpc_server.h.

Referenced by destroy_serverprotoseq().

◆ listeners

◆ MaxCalls

UINT _RpcServerProtseq::MaxCalls

Definition at line 34 of file rpc_server.h.

Referenced by rpcrt4_protseq_ncacn_ip_tcp_open_endpoint().

◆ mgr_mutex

HANDLE _RpcServerProtseq::mgr_mutex

◆ ops

const struct protseq_ops* _RpcServerProtseq::ops

◆ Protseq

◆ server_ready_event

HANDLE _RpcServerProtseq::server_ready_event

◆ server_thread

HANDLE _RpcServerProtseq::server_thread

Definition at line 41 of file rpc_server.h.

Referenced by RpcMgmtWaitServerListen(), and RPCRT4_start_listen_protseq().


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