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

Definition at line 15 of file winpipes.h.
Public Member Functions | |
| WindowsHandle (HANDLE h=INVALID_HANDLE_VALUE, bool own=false) | |
| WindowsHandle (const WindowsHandle &h) | |
| virtual | ~WindowsHandle () |
| bool | GetOwnership () const |
| void | SetOwnership (bool own) |
| operator HANDLE () | |
| HANDLE | GetHandle () const |
| bool | HandleValid () const |
| void | AttachHandle (HANDLE h, bool own=false) |
| HANDLE | DetachHandle () |
| void | CloseHandle () |
Protected Member Functions | |
| virtual void | HandleChanged () |
Protected Attributes | |
| HANDLE | m_h |
| bool | m_own |
1.5.1-p1