|
ReactOS 0.4.16-dev-2104-gb84fa49
|

Go to the source code of this file.
Classes | |
| struct | WriterThread |
Macros | |
| #define | WIN32_LEAN_AND_MEAN |
| #define | FILE_FLAG_FIRST_PIPE_INSTANCE 0x00080000 |
Functions | |
| static void | print_error (DWORD win32_error) |
| SOCKET | open_tcp_connect () |
| LONG | read_pipe (HANDLE hPipe, SOCKET sock) |
| int | main (int argc, char **argv) |
Variables | |
| static SOCKET | s_srv_socket = (SOCKET)-1 |
| #define FILE_FLAG_FIRST_PIPE_INSTANCE 0x00080000 |
Definition at line 31 of file pipetunnel.cpp.
| #define WIN32_LEAN_AND_MEAN |
Definition at line 16 of file pipetunnel.cpp.
Definition at line 234 of file pipetunnel.cpp.
| SOCKET open_tcp_connect | ( | ) |
Definition at line 92 of file pipetunnel.cpp.
Referenced by main().
Definition at line 35 of file pipetunnel.cpp.
Referenced by main().
Definition at line 202 of file pipetunnel.cpp.
Referenced by _wpopen(), CreatePipe(), and main().
Definition at line 90 of file pipetunnel.cpp.
Referenced by open_tcp_connect().