InitializeRemoveLock (Compact 2013)
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