ReactOS 0.4.15-dev-7924-g5949c20
RpcPktCommonHdr Struct Reference

#include <rpc_defs.h>

Public Attributes

unsigned char rpc_ver
 
unsigned char rpc_ver_minor
 
unsigned char ptype
 
unsigned char flags
 
unsigned char drep [4]
 
unsigned short frag_len
 
unsigned short auth_len
 
unsigned int call_id
 

Detailed Description

Definition at line 26 of file rpc_defs.h.

Member Data Documentation

◆ auth_len

unsigned short RpcPktCommonHdr::auth_len

Definition at line 34 of file rpc_defs.h.

Referenced by RPCRT4_ReceiveWithAuth().

◆ call_id

unsigned int RpcPktCommonHdr::call_id

Definition at line 35 of file rpc_defs.h.

◆ drep

unsigned char RpcPktCommonHdr::drep[4]

Definition at line 32 of file rpc_defs.h.

◆ flags

unsigned char RpcPktCommonHdr::flags

Definition at line 31 of file rpc_defs.h.

Referenced by RPCRT4_ReceiveWithAuth().

◆ frag_len

◆ ptype

unsigned char RpcPktCommonHdr::ptype

Definition at line 30 of file rpc_defs.h.

Referenced by RpcAssoc_BindConnection().

◆ rpc_ver

unsigned char RpcPktCommonHdr::rpc_ver

Definition at line 28 of file rpc_defs.h.

◆ rpc_ver_minor

unsigned char RpcPktCommonHdr::rpc_ver_minor

Definition at line 29 of file rpc_defs.h.


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