_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
Deze browser wordt niet meer ondersteund.
Upgrade naar Microsoft Edge om te profiteren van de nieuwste functies, beveiligingsupdates en technische ondersteuning.
Releases a multi-thread lock.
void __cdecl _unlock(
int locknum
);
Source: mlock.c