_unlock
Releases a multi-thread lock.
void __cdecl _unlock(
int locknum
);
Parameters
- [in] locknum
The identifier of the lock to release.
Requirements
Source: mlock.c
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Releases a multi-thread lock.
void __cdecl _unlock(
int locknum
);
Source: mlock.c