Crypto++
6.1
Free C++ class library of cryptographic schemes
|
Windows Handle. More...
Public Member Functions | |
WindowsHandle (HANDLE h=INVALID_HANDLE_VALUE, bool own=false) | |
WindowsHandle (const WindowsHandle &h) | |
bool | GetOwnership () const |
void | SetOwnership (bool own) |
operator HANDLE () const | |
HANDLE | GetHandle () const |
bool | HandleValid () const |
void | AttachHandle (HANDLE h, bool own=false) |
HANDLE | DetachHandle () |
void | CloseHandle () |
Windows Handle.
Definition at line 16 of file winpipes.h.