1/6/2010
This structure contains information about a removal lock.
Syntax
typedef struct _REMOVE_LOCK {
BOOL Removed;
LONG IoCount;
HANDLE RemoveEvent;
} REMOVE_LOCK, *PREMOVE_LOCK;
Members
- Removed
TRUE if the lock has been removed. FALSE if the lock has not been removed.
- IoCount
Lock count
- RemoveEvent
Handle to a removal lock event.
Requirements
| Header | usbclient.h |
| Windows Embedded CE | Windows CE .NET 4.0 and later |
See Also
Reference
USB Host Client Driver Structures
AcquireRemoveLock
InitializeRemoveLock
ReleaseRemoveLock
ReleaseRemoveLockAndWait