Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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