_unlock

 

The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.

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

Releases a multi-thread lock.

System_CAPS_ICON_important.jpg Important

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

void __cdecl _unlock(  
   int locknum  
);  

Parameters

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

Source: mlock.c

Alphabetical Function Reference
_lock

Show: