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.
Prevents more than one thread from completing acquiring a lock.
Syntax
void PartialLock();
Parameters
This method has no parameters.
Return value
This method does not return a value.
Remarks
While PartialLock is in effect, other threads calling ShareLock can enter the lock.
This function has no associated import library or header file; you must call it using the LoadLibrary and GetProcAddress functions.
Requirements
| Requirement | Value |
|---|---|
| DLL |
|