ReactOS 0.4.16-dev-1020-gf135cab
|
#include <rpcss_shared.h>
Public Attributes | |
UINT | as_uint |
INT | as_int |
void * | as_pvoid |
HANDLE | as_handle |
char | as_string [MAX_RPCSS_NP_REPLY_STRING_LEN] |
Definition at line 137 of file rpcss_shared.h.
HANDLE RPCSS_NP_REPLY::as_handle |
Definition at line 142 of file rpcss_shared.h.
INT RPCSS_NP_REPLY::as_int |
Definition at line 140 of file rpcss_shared.h.
void* RPCSS_NP_REPLY::as_pvoid |
Definition at line 141 of file rpcss_shared.h.
char RPCSS_NP_REPLY::as_string[MAX_RPCSS_NP_REPLY_STRING_LEN] |
Definition at line 143 of file rpcss_shared.h.
UINT RPCSS_NP_REPLY::as_uint |
Definition at line 139 of file rpcss_shared.h.