ReactOS 0.4.16-dev-1946-g52006dd
_MIDL_SYNTAX_INFO Struct Reference

#include <rpcndr.h>

Collaboration diagram for _MIDL_SYNTAX_INFO:

Public Attributes

RPC_SYNTAX_IDENTIFIER TransferSyntax
 
RPC_DISPATCH_TABLEDispatchTable
 
PFORMAT_STRING ProcString
 
const unsigned shortFmtStringOffset
 
PFORMAT_STRING TypeString
 
const voidaUserMarshalQuadruple
 
const MIDL_INTERFACE_METHOD_PROPERTIESpMethodProperties
 
ULONG_PTR pReserved2
 

Detailed Description

Definition at line 429 of file rpcndr.h.

Member Data Documentation

◆ aUserMarshalQuadruple

const void* _MIDL_SYNTAX_INFO::aUserMarshalQuadruple

Definition at line 436 of file rpcndr.h.

◆ DispatchTable

RPC_DISPATCH_TABLE* _MIDL_SYNTAX_INFO::DispatchTable

Definition at line 432 of file rpcndr.h.

◆ FmtStringOffset

const unsigned short* _MIDL_SYNTAX_INFO::FmtStringOffset

Definition at line 434 of file rpcndr.h.

Referenced by ndr64_async_client_call(), and ndr64_client_call().

◆ pMethodProperties

const MIDL_INTERFACE_METHOD_PROPERTIES* _MIDL_SYNTAX_INFO::pMethodProperties

Definition at line 437 of file rpcndr.h.

◆ pReserved2

ULONG_PTR _MIDL_SYNTAX_INFO::pReserved2

Definition at line 438 of file rpcndr.h.

◆ ProcString

PFORMAT_STRING _MIDL_SYNTAX_INFO::ProcString

Definition at line 433 of file rpcndr.h.

Referenced by ndr64_async_client_call(), and ndr64_client_call().

◆ TransferSyntax

RPC_SYNTAX_IDENTIFIER _MIDL_SYNTAX_INFO::TransferSyntax

Definition at line 431 of file rpcndr.h.

Referenced by ndr64_async_client_call(), and ndr64_client_call().

◆ TypeString

PFORMAT_STRING _MIDL_SYNTAX_INFO::TypeString

Definition at line 435 of file rpcndr.h.


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