sprint 1-alpha
|
a pipe wrapper More...
#include <pipe.h>
Public Member Functions | |
pipe (unsigned int _suggested_size=DEFAULT_PIPE_BUFFER) | |
DWORD | write (LPCVOID lpData, UINT uDataSize) |
write some data on the pipe | |
DWORD | read (LPVOID lpBuffer, UINT uDataToRead) |
read some data from pipe | |
DWORD | peek () |
return the pipe reading queue size |
a pipe wrapper