

#include <nitro/os.h>
void OS_ReleaseLockID( u16 ID );
| ID | ID to be released |
None.
This releases the ID. This is used to release the ID obtained using OS_GetLockID() so that the IDs won't overlap using the OS_Lock* function. OS_GetLockID() will not return the value until the ID has been released.
2004/06/21 Initial version.
CONFIDENTIAL