ReactOS 0.4.15-dev-7842-g558ab78
rejected_reply Struct Reference

#include <rpc_msg.h>

Collaboration diagram for rejected_reply:

Public Attributes

enum reject_stat rj_stat
 
union {
   struct {
      rpcvers_t   low
 
      rpcvers_t   high
 
   }   RJ_versions
 
   enum auth_stat   RJ_why
 
ru
 

Detailed Description

Definition at line 131 of file rpc_msg.h.

Member Data Documentation

◆ high

rpcvers_t rejected_reply::high

Definition at line 136 of file rpc_msg.h.

Referenced by xdr_rejected_reply().

◆ low

rpcvers_t rejected_reply::low

Definition at line 135 of file rpc_msg.h.

Referenced by xdr_rejected_reply().

◆ rj_stat

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

◆ RJ_why

enum auth_stat rejected_reply::RJ_why

Definition at line 138 of file rpc_msg.h.

◆ 

union { ... } rejected_reply::ru

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