ReactOS 0.4.15-dev-7934-g1dc8d80
tagRPC_EE_INFO_PARAM Struct Reference

#include <rpcasync.h>

Collaboration diagram for tagRPC_EE_INFO_PARAM:

Public Attributes

ExtendedErrorParamTypes ParameterType
 
union {
   LPSTR   AnsiString
 
   LPWSTR   UnicodeString
 
   LONG   LVal
 
   short   SVal
 
   ULONGLONG   PVal
 
   BinaryParam   BVal
 
u
 

Detailed Description

Definition at line 53 of file rpcasync.h.

Member Data Documentation

◆ AnsiString

LPSTR tagRPC_EE_INFO_PARAM::AnsiString

Definition at line 58 of file rpcasync.h.

◆ BVal

BinaryParam tagRPC_EE_INFO_PARAM::BVal

Definition at line 63 of file rpcasync.h.

◆ LVal

LONG tagRPC_EE_INFO_PARAM::LVal

Definition at line 60 of file rpcasync.h.

◆ ParameterType

ExtendedErrorParamTypes tagRPC_EE_INFO_PARAM::ParameterType

Definition at line 55 of file rpcasync.h.

◆ PVal

ULONGLONG tagRPC_EE_INFO_PARAM::PVal

Definition at line 62 of file rpcasync.h.

◆ SVal

short tagRPC_EE_INFO_PARAM::SVal

Definition at line 61 of file rpcasync.h.

◆ 

union { ... } tagRPC_EE_INFO_PARAM::u

◆ UnicodeString

LPWSTR tagRPC_EE_INFO_PARAM::UnicodeString

Definition at line 59 of file rpcasync.h.


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