sprint 1-alpha
Public Member Functions
sprint::pipe Class Reference

a pipe wrapper More...

#include <pipe.h>

List of all members.

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

Detailed Description

a pipe wrapper


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines