|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <rpcasync.h>

Public Attributes | |
| ExtendedErrorParamTypes | ParameterType |
| union { | |
| LPSTR AnsiString | |
| LPWSTR UnicodeString | |
| LONG LVal | |
| short SVal | |
| ULONGLONG PVal | |
| BinaryParam BVal | |
| } | u |
Definition at line 61 of file rpcasync.h.
| LPSTR tagRPC_EE_INFO_PARAM::AnsiString |
Definition at line 66 of file rpcasync.h.
| BinaryParam tagRPC_EE_INFO_PARAM::BVal |
Definition at line 71 of file rpcasync.h.
| LONG tagRPC_EE_INFO_PARAM::LVal |
Definition at line 68 of file rpcasync.h.
| ExtendedErrorParamTypes tagRPC_EE_INFO_PARAM::ParameterType |
Definition at line 63 of file rpcasync.h.
| ULONGLONG tagRPC_EE_INFO_PARAM::PVal |
Definition at line 70 of file rpcasync.h.
| short tagRPC_EE_INFO_PARAM::SVal |
Definition at line 69 of file rpcasync.h.
| union { ... } tagRPC_EE_INFO_PARAM::u |
| LPWSTR tagRPC_EE_INFO_PARAM::UnicodeString |
Definition at line 67 of file rpcasync.h.