ReactOS 0.4.16-dev-125-g798ea90
|
#include <atlsync.h>
Private Member Functions | |
CMutex () | |
CMutex (CMutex &hMutex) | |
CMutex (BOOL bInitialOwner) | |
CMutex (LPSECURITY_ATTRIBUTES pSecurity, BOOL bInitialOwner, LPCTSTR pszName) | |
CMutex (HANDLE hMutex) | |
BOOL | Create (LPSECURITY_ATTRIBUTES pSecurity, BOOL bInitialOwner, LPCTSTR pszName) |
BOOL | Open (DWORD dwAccess, BOOL bInheritHandle, LPCTSTR pszName) |
BOOL | Release () |
Additional Inherited Members | |
Public Member Functions inherited from ATL::CHandle | |
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 inherited from ATL::CHandle | |
HANDLE | m_handle |
|
inlineprivate |
|
inlineexplicitprivate |
|
inlineprivate |
|
inlineexplicitprivate |
|
inlineprivate |
|
inlineprivate |