ReactOS
0.4.15-dev-4614-ga5a6101
|
#include <atlbase.h>
Public Member Functions | |
CHandle () | |
CHandle (_Inout_ CHandle &handle) | |
CHandle (_In_ HANDLE handle) | |
~CHandle () | |
CHandle & | operator= (_Inout_ CHandle &handle) |
operator HANDLE () const | |
void | Attach (_In_ HANDLE handle) |
HANDLE | Detach () |
void | Close () |
Public Attributes | |
HANDLE | m_handle |
Definition at line 263 of file atlbase.h.
Definition at line 269 of file atlbase.h.
Definition at line 301 of file atlbase.h.
Referenced by CHandle(), ATL::CEvent::Create(), ATL::CMutex::Create(), ATL::CSemaphore::Create(), ATL::CEvent::Open(), ATL::CMutex::Open(), ATL::CSemaphore::Open(), and operator=().
|
inline |
Definition at line 307 of file atlbase.h.
|
inline |
|
inline |
Definition at line 282 of file atlbase.h.
HANDLE ATL::CHandle::m_handle |
Definition at line 255 of file atlbase.h.
Referenced by Attach(), Close(), Detach(), operator HANDLE(), operator=(), and ~CHandle().