ReactOS 0.4.15-dev-7842-g558ab78
_READ_OVERLAPPED Struct Reference
Collaboration diagram for _READ_OVERLAPPED:

Public Attributes

OVERLAPPED ReadOverlapped
 
charBuffer
 
HANDLE Pipe
 
HANDLE OtherPipe
 
bool Server
 
bool Connected
 

Detailed Description

Definition at line 57 of file pipespy.cpp.

Member Data Documentation

◆ Buffer

char* _READ_OVERLAPPED::Buffer

Definition at line 59 of file pipespy.cpp.

Referenced by pipeserver(), and ReadPipeCompletion().

◆ Connected

bool _READ_OVERLAPPED::Connected

Definition at line 62 of file pipespy.cpp.

Referenced by pipeserver(), and ReadPipeCompletion().

◆ OtherPipe

HANDLE _READ_OVERLAPPED::OtherPipe

Definition at line 60 of file pipespy.cpp.

Referenced by pipeserver(), and ReadPipeCompletion().

◆ Pipe

HANDLE _READ_OVERLAPPED::Pipe

Definition at line 60 of file pipespy.cpp.

Referenced by pipeserver(), and ReadPipeCompletion().

◆ ReadOverlapped

OVERLAPPED _READ_OVERLAPPED::ReadOverlapped

Definition at line 58 of file pipespy.cpp.

Referenced by pipeserver(), and ReadPipeCompletion().

◆ Server

bool _READ_OVERLAPPED::Server

Definition at line 61 of file pipespy.cpp.

Referenced by pipeserver(), and ReadPipeCompletion().


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