NLboolean nlMutexInit(NLmutex *mutex) NLboolean nlMutexDestroy(NLmutex *mutex)
mutex
[in/out]The mutex to intitialize or destroy.
nlMutexInit initializes the mutex.
nlMutexDestroy destroys the mutex.
NL_TRUE if no error occurs, otherwise NL_FALSE, and the specific error code can be retrieved by calling
nlGetError
NL_NULL_POINTER : A NULL pointer was passed to this function.
NL_SYSTEM_ERROR : A system error has ocurred. The system error can be retrieved by calling nlGetSystemError.
NL_OUT_OF_MEMORY : Not enough memory.
Back to the HawkNL index page
Go directly to the main HawkNL page at Hawk Software
© 2000-2002 Phil Frisbie.