|
ReactOS 0.4.16-dev-1946-g52006dd
|
#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 |
|
inline |
Definition at line 350 of file atlbase.h.
Referenced by CHandle(), ATL::CMutex::Create(), ATL::CEvent::Create(), ATL::CSemaphore::Create(), ATL::CEvent::Open(), ATL::CMutex::Open(), ATL::CSemaphore::Open(), and operator=().
|
inline |
Definition at line 363 of file atlbase.h.
Referenced by operator=(), and ~CHandle().
|
inline |
|
inline |
| HANDLE ATL::CHandle::m_handle |
Definition at line 304 of file atlbase.h.
Referenced by Attach(), Close(), Detach(), operator HANDLE(), operator=(), and ~CHandle().