Share via


REMOVE_LOCK (Compact 2013)

3/26/2014

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

See Also

Reference

USB Host Client Driver Structures
AcquireRemoveLock
InitializeRemoveLock
ReleaseRemoveLock
ReleaseRemoveLockAndWait

Other Resources

CreateEvent
SetEvent