CShareLockNH::ExclusiveLock method
Acquires a reader/writer lock.
Syntax
void ExclusiveLock();
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