ReactOS 0.4.15-dev-7953-g1f49173
call_body Struct Reference

#include <rpc_msg.h>

Collaboration diagram for call_body:

Public Attributes

rpcvers_t cb_rpcvers
 
rpcprog_t cb_prog
 
rpcvers_t cb_vers
 
rpcproc_t cb_proc
 
struct opaque_auth cb_cred
 
struct opaque_auth cb_verf
 

Detailed Description

Definition at line 160 of file rpc_msg.h.

Member Data Documentation

◆ cb_cred

struct opaque_auth call_body::cb_cred

Definition at line 165 of file rpc_msg.h.

◆ cb_proc

rpcproc_t call_body::cb_proc

Definition at line 164 of file rpc_msg.h.

◆ cb_prog

rpcprog_t call_body::cb_prog

Definition at line 162 of file rpc_msg.h.

◆ cb_rpcvers

rpcvers_t call_body::cb_rpcvers

Definition at line 161 of file rpc_msg.h.

◆ cb_verf

struct opaque_auth call_body::cb_verf

Definition at line 166 of file rpc_msg.h.

◆ cb_vers

rpcvers_t call_body::cb_vers

Definition at line 163 of file rpc_msg.h.


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