Crypto++
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
WindowsHandle Class Reference

Windows Handle. More...

#include <winpipes.h>

Inheritance diagram for WindowsHandle:
WindowsPipeSink WindowsPipeSource

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 ()
 
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
 

Detailed Description

Windows Handle.

Definition at line 15 of file winpipes.h.


The documentation for this class was generated from the following files: