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

Public Attributes

RPCOLEMESSAGE * msg
 
IRpcStubBufferstub
 
IRpcChannelBufferchan
 
IID iid
 
IUnknowniface
 
HANDLE handle
 
BOOL bypass_rpcrt
 
RPC_STATUS status
 
HRESULT hr
 

Detailed Description

Definition at line 111 of file rpc.c.

Member Data Documentation

◆ bypass_rpcrt

BOOL dispatch_params::bypass_rpcrt

Definition at line 119 of file rpc.c.

◆ chan

IRpcChannelBuffer* dispatch_params::chan

Definition at line 115 of file rpc.c.

◆ handle

HANDLE dispatch_params::handle

Definition at line 118 of file rpc.c.

◆ hr

HRESULT dispatch_params::hr

Definition at line 121 of file rpc.c.

◆ iface

IUnknown* dispatch_params::iface

Definition at line 117 of file rpc.c.

Referenced by ClientRpcChannelBuffer_SendReceive().

◆ iid

IID dispatch_params::iid

Definition at line 116 of file rpc.c.

◆ msg

RPCOLEMESSAGE* dispatch_params::msg

Definition at line 113 of file rpc.c.

◆ status

RPC_STATUS dispatch_params::status

Definition at line 120 of file rpc.c.

Referenced by ClientRpcChannelBuffer_SendReceive().

◆ stub

IRpcStubBuffer* dispatch_params::stub

Definition at line 114 of file rpc.c.


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