_unlock

 

The latest version of this topic can be found at _unlock.

Releases a multi-thread lock.

Important

This function is obsolete. Beginning in Visual Studio 2015, it is not available in the CRT.

Syntax

void __cdecl _unlock(  
   int locknum  
);  

Parameters

[in] locknum
The identifier of the lock to release.

Requirements

Source: mlock.c

See Also

Alphabetical Function Reference
_lock