InitializeRemoveLock (Windows Embedded CE 6.0)
1/6/2010
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 |
Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
USB Host Client Driver Functions
REMOVE_LOCK