|
NCL Library
|
#include <ServerPipe.hpp>
Public Member Functions | |
| CServerPipe () | |
| virtual | ~CServerPipe () |
| void | Create (const tchar *pszName) |
| bool | Accept () |
| virtual void | Close () |
Static Protected Attributes | |
| static const DWORD | DEF_OPEN_MODE = PIPE_ACCESS_DUPLEX | FILE_FLAG_OVERLAPPED |
| static const DWORD | DEF_PIPE_MODE = PIPE_TYPE_MESSAGE | PIPE_READMODE_MESSAGE | PIPE_WAIT |
| static const DWORD | DEF_BUF_SIZE = 4096 |
| CServerPipe::~CServerPipe | ( | ) | [virtual] |
| void CServerPipe::Create | ( | const tchar * | pszName | ) |
| bool CServerPipe::Accept | ( | ) |
| void CServerPipe::Close | ( | ) | [virtual] |
Reimplemented from CNamedPipe.
const DWORD CServerPipe::DEF_OPEN_MODE = PIPE_ACCESS_DUPLEX | FILE_FLAG_OVERLAPPED [static, protected] |
const DWORD CServerPipe::DEF_PIPE_MODE = PIPE_TYPE_MESSAGE | PIPE_READMODE_MESSAGE | PIPE_WAIT [static, protected] |
const DWORD CServerPipe::DEF_BUF_SIZE = 4096 [static, protected] |
1.7.6.1