ReactOS 0.4.16-dev-1093-g93e9710
|
Public Member Functions | |
WriterThread (SOCKET sock, HANDLE hPipe) | |
Protected Member Functions | |
DWORD | Run () |
Static Protected Member Functions | |
static DWORD WINAPI | WriterThreadRoutine (LPVOID param) |
Protected Attributes | |
SOCKET | _sock |
HANDLE | _hPipe |
Definition at line 138 of file pipetunnel.cpp.
Definition at line 140 of file pipetunnel.cpp.
|
inlineprotected |
Definition at line 171 of file pipetunnel.cpp.
Referenced by WriterThreadRoutine().
Definition at line 160 of file pipetunnel.cpp.
Referenced by WriterThread().
|
protected |
Definition at line 158 of file pipetunnel.cpp.
Referenced by Run().
|
protected |
Definition at line 157 of file pipetunnel.cpp.
Referenced by Run().