ReactOS 0.4.15-dev-7958-gcd0bb1a
RpcPktBindNAckHdr Struct Reference

#include <rpc_defs.h>

Collaboration diagram for RpcPktBindNAckHdr:

Public Attributes

RpcPktCommonHdr common
 
unsigned short reject_reason
 
unsigned char protocols_count
 
struct {
   unsigned char   rpc_ver
 
   unsigned char   rpc_ver_minor
 
protocols [ANYSIZE_ARRAY]
 

Detailed Description

Definition at line 123 of file rpc_defs.h.

Member Data Documentation

◆ common

RpcPktCommonHdr RpcPktBindNAckHdr::common

Definition at line 125 of file rpc_defs.h.

◆ 

struct { ... } RpcPktBindNAckHdr::protocols[ANYSIZE_ARRAY]

◆ protocols_count

unsigned char RpcPktBindNAckHdr::protocols_count

Definition at line 127 of file rpc_defs.h.

◆ reject_reason

unsigned short RpcPktBindNAckHdr::reject_reason

Definition at line 126 of file rpc_defs.h.

Referenced by RpcAssoc_BindConnection().

◆ rpc_ver

unsigned char RpcPktBindNAckHdr::rpc_ver

Definition at line 129 of file rpc_defs.h.

◆ rpc_ver_minor

unsigned char RpcPktBindNAckHdr::rpc_ver_minor

Definition at line 130 of file rpc_defs.h.


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