ReactOS 0.4.15-dev-7924-g5949c20
_RPC_SERVER_INTERFACE Struct Reference

#include <rpcdcep.h>

Collaboration diagram for _RPC_SERVER_INTERFACE:

Public Attributes

unsigned int Length
 
RPC_SYNTAX_IDENTIFIER InterfaceId
 
RPC_SYNTAX_IDENTIFIER TransferSyntax
 
PRPC_DISPATCH_TABLE DispatchTable
 
unsigned int RpcProtseqEndpointCount
 
PRPC_PROTSEQ_ENDPOINT RpcProtseqEndpoint
 
RPC_MGR_EPVDefaultManagerEpv
 
void constInterpreterInfo
 
unsigned int Flags
 

Detailed Description

Definition at line 101 of file rpcdcep.h.

Member Data Documentation

◆ DefaultManagerEpv

RPC_MGR_EPV* _RPC_SERVER_INTERFACE::DefaultManagerEpv

Definition at line 109 of file rpcdcep.h.

Referenced by RpcServerRegisterIf3().

◆ DispatchTable

PRPC_DISPATCH_TABLE _RPC_SERVER_INTERFACE::DispatchTable

Definition at line 106 of file rpcdcep.h.

Referenced by process_request_packet(), RPC_RegisterInterface(), and RpcServerRegisterIf3().

◆ Flags

unsigned int _RPC_SERVER_INTERFACE::Flags

Definition at line 111 of file rpcdcep.h.

◆ InterfaceId

◆ InterpreterInfo

void const* _RPC_SERVER_INTERFACE::InterpreterInfo

Definition at line 110 of file rpcdcep.h.

Referenced by RpcServerRegisterIf3().

◆ Length

unsigned int _RPC_SERVER_INTERFACE::Length

Definition at line 103 of file rpcdcep.h.

Referenced by RPC_RegisterInterface().

◆ RpcProtseqEndpoint

PRPC_PROTSEQ_ENDPOINT _RPC_SERVER_INTERFACE::RpcProtseqEndpoint

Definition at line 108 of file rpcdcep.h.

◆ RpcProtseqEndpointCount

unsigned int _RPC_SERVER_INTERFACE::RpcProtseqEndpointCount

Definition at line 107 of file rpcdcep.h.

Referenced by RpcServerRegisterIf3().

◆ TransferSyntax

RPC_SYNTAX_IDENTIFIER _RPC_SERVER_INTERFACE::TransferSyntax

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