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.
3/26/2014
This function closes the lock event handle so the same lock cannot be re-entered. This is the final function called on the remove lock.
Syntax
VOID ReleaseRemoveLockAndWait(
IN PREMOVE_LOCK Lock,
IN OPTIONAL PVOID Tag
);
Parameters
- Lock
[in] Pointer to a REMOVE_LOCK structure.
- Tag
[in] Optional. Set to NULL.
Return Value
None.
Requirements
Header |
usbclient.h |