ReactOS 0.4.15-dev-7788-g1ad9096
rpc_msg Struct Reference

#include <rpc_msg.h>

Collaboration diagram for rpc_msg:

Public Attributes

u_int32_t rm_xid
 
enum msg_type rm_direction
 
union {
   struct call_body   RM_cmb
 
   struct reply_body   RM_rmb
 
ru
 

Detailed Description

Definition at line 172 of file rpc_msg.h.

Member Data Documentation

◆ RM_cmb

struct call_body rpc_msg::RM_cmb

Definition at line 176 of file rpc_msg.h.

◆ rm_direction

◆ RM_rmb

struct reply_body rpc_msg::RM_rmb

Definition at line 177 of file rpc_msg.h.

◆ rm_xid

◆ 

union { ... } rpc_msg::ru

Referenced by xdr_getreplyunion(), and xdr_replymsg().


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