REMOVE_LOCK (Windows CE 5.0)
This structure contains information about a removal lock.
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
OS Versions: Windows CE .NET 4.0 and later.
Header: Usbclient.h.
See Also
AcquireRemoveLock | CreateEvent | InitializeRemoveLock | ReleaseRemoveLock | ReleaseRemoveLockAndWait | SetEvent
Send Feedback on this topic to the authors