Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
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