ReactOS 0.4.16-dev-752-g47bae01
|
#include <rpc_msg.h>
Public Attributes | |
enum reject_stat | rj_stat |
union { | |
struct { | |
rpcvers_t low | |
rpcvers_t high | |
} RJ_versions | |
enum auth_stat RJ_why | |
} | ru |
rpcvers_t rejected_reply::high |
Definition at line 136 of file rpc_msg.h.
Referenced by xdr_rejected_reply().
rpcvers_t rejected_reply::low |
Definition at line 135 of file rpc_msg.h.
Referenced by xdr_rejected_reply().
enum reject_stat rejected_reply::rj_stat |
Definition at line 132 of file rpc_msg.h.
Referenced by xdr_rejected_reply().
struct { ... } rejected_reply::RJ_versions |
union { ... } rejected_reply::ru |