ReactOS 0.4.15-dev-7953-g1f49173
_RpcServerInterface Struct Reference

#include <rpc_server.h>

Collaboration diagram for _RpcServerInterface:

Public Attributes

struct list entry
 
RPC_SERVER_INTERFACEIf
 
UUID MgrTypeUuid
 
RPC_MGR_EPVMgrEpv
 
UINT Flags
 
UINT MaxCalls
 
UINT MaxRpcSize
 
RPC_IF_CALLBACK_FNIfCallbackFn
 
LONG CurrentCalls
 
HANDLE CallsCompletedEvent
 
BOOL Delete
 

Detailed Description

Definition at line 63 of file rpc_server.h.

Member Data Documentation

◆ CallsCompletedEvent

HANDLE _RpcServerInterface::CallsCompletedEvent

Definition at line 76 of file rpc_server.h.

Referenced by RPCRT4_release_server_interface(), and RpcServerUnregisterIf().

◆ CurrentCalls

LONG _RpcServerInterface::CurrentCalls

◆ Delete

BOOL _RpcServerInterface::Delete

Definition at line 77 of file rpc_server.h.

Referenced by RPCRT4_release_server_interface(), and RpcServerUnregisterIf().

◆ entry

struct list _RpcServerInterface::entry

Definition at line 65 of file rpc_server.h.

Referenced by RPCRT4_find_interface(), RpcServerRegisterIf3(), and RpcServerUnregisterIf().

◆ Flags

UINT _RpcServerInterface::Flags

◆ If

◆ IfCallbackFn

RPC_IF_CALLBACK_FN* _RpcServerInterface::IfCallbackFn

Definition at line 72 of file rpc_server.h.

Referenced by RpcServerRegisterIf3().

◆ MaxCalls

UINT _RpcServerInterface::MaxCalls

Definition at line 70 of file rpc_server.h.

Referenced by RpcServerRegisterIf3().

◆ MaxRpcSize

UINT _RpcServerInterface::MaxRpcSize

Definition at line 71 of file rpc_server.h.

Referenced by RpcServerRegisterIf3().

◆ MgrEpv

RPC_MGR_EPV* _RpcServerInterface::MgrEpv

Definition at line 68 of file rpc_server.h.

Referenced by process_request_packet(), and RpcServerRegisterIf3().

◆ MgrTypeUuid

UUID _RpcServerInterface::MgrTypeUuid

Definition at line 67 of file rpc_server.h.

Referenced by RPCRT4_find_interface(), RpcServerRegisterIf3(), and RpcServerUnregisterIf().


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