ReactOS 0.4.15-dev-7846-g8ba6c66
_RpcPacket Struct Reference
Collaboration diagram for _RpcPacket:

Public Attributes

struct _RpcConnectionconn
 
RpcPktHdrhdr
 
RPC_MESSAGEmsg
 
unsigned charauth_data
 
ULONG auth_length
 

Detailed Description

Definition at line 48 of file rpc_server.c.

Member Data Documentation

◆ auth_data

unsigned char* _RpcPacket::auth_data

Definition at line 53 of file rpc_server.c.

Referenced by RPCRT4_worker_thread().

◆ auth_length

ULONG _RpcPacket::auth_length

Definition at line 54 of file rpc_server.c.

Referenced by RPCRT4_worker_thread().

◆ conn

struct _RpcConnection* _RpcPacket::conn

Definition at line 50 of file rpc_server.c.

Referenced by RPCRT4_worker_thread().

◆ hdr

RpcPktHdr* _RpcPacket::hdr

Definition at line 51 of file rpc_server.c.

Referenced by RPCRT4_worker_thread().

◆ msg

RPC_MESSAGE* _RpcPacket::msg

Definition at line 52 of file rpc_server.c.

Referenced by RPCRT4_worker_thread().


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