ReactOS 0.4.16-dev-1105-gafe29ee
|
#include <rpcasync.h>
Public Attributes | |
ExtendedErrorParamTypes | ParameterType |
union { | |
LPSTR AnsiString | |
LPWSTR UnicodeString | |
LONG LVal | |
short SVal | |
ULONGLONG PVal | |
BinaryParam BVal | |
} | u |
Definition at line 53 of file rpcasync.h.
LPSTR tagRPC_EE_INFO_PARAM::AnsiString |
Definition at line 58 of file rpcasync.h.
BinaryParam tagRPC_EE_INFO_PARAM::BVal |
Definition at line 63 of file rpcasync.h.
LONG tagRPC_EE_INFO_PARAM::LVal |
Definition at line 60 of file rpcasync.h.
ExtendedErrorParamTypes tagRPC_EE_INFO_PARAM::ParameterType |
Definition at line 55 of file rpcasync.h.
ULONGLONG tagRPC_EE_INFO_PARAM::PVal |
Definition at line 62 of file rpcasync.h.
short tagRPC_EE_INFO_PARAM::SVal |
Definition at line 61 of file rpcasync.h.
union { ... } tagRPC_EE_INFO_PARAM::u |
LPWSTR tagRPC_EE_INFO_PARAM::UnicodeString |
Definition at line 59 of file rpcasync.h.