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 creates a remove lock.
Syntax
BOOL InitializeRemoveLock(
IN PREMOVE_LOCK Lock
);
Parameters
- Lock
[in] Pointer to a REMOVE_LOCK structure.
Return Value
Returns TRUE if the lock was successfully created with CreateEvent. Otherwise, returns FALSE.
Requirements
Header |
usbclient.h |
See Also
Reference
USB Host Client Driver Functions
REMOVE_LOCK