OS_ReleaseLockID

Syntax

#include <nitro/os.h>
void OS_ReleaseLockID( u16 ID );
  

Arguments

ID ID to be released

Return Values

None.

Description

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.

See Also

OS_GetLockID

Revision History

2004/06/21 Initial version.


CONFIDENTIAL