ReactOS 0.4.15-dev-7918-g2a2556c
async_call_data Struct Reference

#include <ndr_stubless.h>

Collaboration diagram for async_call_data:

Public Attributes

MIDL_STUB_MESSAGEpStubMsg
 
const NDR_PROC_HEADERpProcHeader
 
PFORMAT_STRING pHandleFormat
 
PFORMAT_STRING pParamFormat
 
RPC_BINDING_HANDLE hBinding
 
unsigned short stack_size
 
unsigned int number_of_params
 
LONG_PTRretval_ptr
 
ULONG_PTR NdrCorrCache [256]
 

Detailed Description

Definition at line 229 of file ndr_stubless.h.

Member Data Documentation

◆ hBinding

RPC_BINDING_HANDLE async_call_data::hBinding

Definition at line 235 of file ndr_stubless.h.

Referenced by do_ndr_async_client_call(), and NdrpCompleteAsyncClientCall().

◆ NdrCorrCache

ULONG_PTR async_call_data::NdrCorrCache[256]

Definition at line 243 of file ndr_stubless.h.

Referenced by do_ndr_async_client_call(), and NdrAsyncServerCall().

◆ number_of_params

unsigned int async_call_data::number_of_params

◆ pHandleFormat

◆ pParamFormat

PFORMAT_STRING async_call_data::pParamFormat

Definition at line 234 of file ndr_stubless.h.

Referenced by do_ndr_async_client_call(), and NdrpCompleteAsyncClientCall().

◆ pProcHeader

◆ pStubMsg

◆ retval_ptr

LONG_PTR* async_call_data::retval_ptr

Definition at line 241 of file ndr_stubless.h.

Referenced by NdrAsyncServerCall(), and NdrpCompleteAsyncServerCall().

◆ stack_size

unsigned short async_call_data::stack_size

Definition at line 237 of file ndr_stubless.h.

Referenced by do_ndr_async_client_call(), and NdrAsyncServerCall().


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