Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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