IBlockingLock::Unlock method
Releases a lock on a shared resource.
Syntax
HRESULT Unlock();
Parameters
This method has no parameters.
Return value
This method can return the standard return values E_INVALIDARG, E_OUTOFMEMORY, E_UNEXPECTED, E_FAIL, and S_OK.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
IDL |
|
|
IID |
IID_IBlockingLock is defined as 30f3d47a-6447-11d1-8e3c-00c04fb9386d |
See also
Show: