ReactOS 0.4.15-dev-7918-g2a2556c
rpcThreadArgs Struct Reference
Collaboration diagram for rpcThreadArgs:

Public Attributes

ULONG_PTR returnValue
 
DWORD lastError
 
enum rpcThreadOp op
 
ULONG_PTR args [5]
 

Detailed Description

Definition at line 55 of file pipe.c.

Member Data Documentation

◆ args

ULONG_PTR rpcThreadArgs::args[5]

Definition at line 60 of file pipe.c.

Referenced by RpcReadFile(), and rpcThreadMain().

◆ lastError

DWORD rpcThreadArgs::lastError

Definition at line 58 of file pipe.c.

Referenced by RpcReadFile(), and rpcThreadMain().

◆ op

enum rpcThreadOp rpcThreadArgs::op

Definition at line 59 of file pipe.c.

Referenced by RpcReadFile(), and rpcThreadMain().

◆ returnValue

ULONG_PTR rpcThreadArgs::returnValue

Definition at line 57 of file pipe.c.

Referenced by RpcReadFile(), and rpcThreadMain().


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