ReactOS 0.4.15-dev-7942-gd23573b
rpcb_rmtcallargs Struct Reference

#include <rpcb_prot.h>

Collaboration diagram for rpcb_rmtcallargs:

Public Attributes

rpcprog_t prog
 
rpcvers_t vers
 
rpcproc_t proc
 
struct {
   u_int   args_len
 
   char *   args_val
 
args
 

Detailed Description

Definition at line 221 of file rpcb_prot.h.

Member Data Documentation

◆ 

struct { ... } rpcb_rmtcallargs::args

◆ args_len

u_int rpcb_rmtcallargs::args_len

Definition at line 226 of file rpcb_prot.h.

◆ args_val

char* rpcb_rmtcallargs::args_val

Definition at line 227 of file rpcb_prot.h.

◆ proc

rpcproc_t rpcb_rmtcallargs::proc

Definition at line 224 of file rpcb_prot.h.

◆ prog

rpcprog_t rpcb_rmtcallargs::prog

Definition at line 222 of file rpcb_prot.h.

◆ vers

rpcvers_t rpcb_rmtcallargs::vers

Definition at line 223 of file rpcb_prot.h.


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