CShareLockNH::ExclusiveUnlock method
Releases a lock acquired by using ExclusiveLock to shared mode.
Syntax
void ExclusiveUnlock();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
Each call to ExclusiveLock must be paired with exactly one call to ExclusiveUnlock to avoid the risk of a deadlock.
This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.
Requirements
Requirement | Value |
---|---|
DLL |
|
See also