#include <winpipes.h>
Inheritance diagram for WindowsPipeReceiver:

Definition at line 61 of file winpipes.h.
Public Member Functions | |
| bool | MustWaitForResult () |
| void | Receive (byte *buf, unsigned int bufLen) |
| unsigned int | GetReceiveResult () |
| bool | EofReceived () const |
| unsigned int | GetMaxWaitObjectCount () const |
| maximum number of wait objects that this object can return | |
| void | GetWaitObjects (WaitObjectContainer &container) |
| put wait objects into container | |
| virtual bool | MustWaitToReceive () |
| bool | Wait (unsigned long milliseconds) |
| wait on this object | |
Protected Member Functions | |
| virtual HANDLE | GetHandle () const=0 |
| virtual void | HandleError (const char *operation) const |
| void | CheckAndHandleError (const char *operation, BOOL result) const |
|
|
wait on this object same as creating an empty container, calling GetWaitObjects(), and calling Wait() on the container Definition at line 101 of file wait.cpp. References Waitable::GetWaitObjects(), and WaitObjectContainer::Wait(). Referenced by NetworkSource::GeneralPump2(), and NetworkSink::TimedFlush(). |
1.3.2