ReactOS 0.4.16-dev-306-g647d351
|
Public Attributes | |
OVERLAPPED | ReadOverlapped |
char * | Buffer |
HANDLE | Pipe |
HANDLE | OtherPipe |
bool | Server |
bool | Connected |
Definition at line 57 of file pipespy.cpp.
char* _READ_OVERLAPPED::Buffer |
Definition at line 59 of file pipespy.cpp.
Referenced by pipeserver(), and ReadPipeCompletion().
bool _READ_OVERLAPPED::Connected |
Definition at line 62 of file pipespy.cpp.
Referenced by pipeserver(), and ReadPipeCompletion().
HANDLE _READ_OVERLAPPED::OtherPipe |
Definition at line 60 of file pipespy.cpp.
Referenced by pipeserver(), and ReadPipeCompletion().
HANDLE _READ_OVERLAPPED::Pipe |
Definition at line 60 of file pipespy.cpp.
Referenced by pipeserver(), and ReadPipeCompletion().
OVERLAPPED _READ_OVERLAPPED::ReadOverlapped |
Definition at line 58 of file pipespy.cpp.
Referenced by pipeserver(), and ReadPipeCompletion().
bool _READ_OVERLAPPED::Server |
Definition at line 61 of file pipespy.cpp.
Referenced by pipeserver(), and ReadPipeCompletion().