![]() |
CreateMutex() |
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
Public Function |
Declared in: OSManager.h |
static CGenericMutex * CreateMutex( const char* pMutexName=NULL);
Create a mutex according to the OS
#ifdef WIN32 return new CWin32Mutex(pMutexName); #else return NULL; #endif
![]() |
Site content copyright © 2003 Komodia LTD.. See the About page for additional notices. This page last updated: 24 Feb 2003. |