WDF_REMOVE_LOCK_OPTIONS structure (wdfdevice.h)

[Applies to KMDF only]

The WDF_REMOVE_LOCK_OPTIONS structure specifies options for acquiring a remove lock before delivering an IRP to the driver.

Syntax

typedef struct _WDF_REMOVE_LOCK_OPTIONS {
  ULONG Size;
  ULONG Flags;
} WDF_REMOVE_LOCK_OPTIONS, *PWDF_REMOVE_LOCK_OPTIONS;

Members

Size

The size of the structure, in bytes.

Flags

The bitwise OR of values from the WDF_REMOVE_LOCK_OPTIONS_FLAGS enumeration.

Requirements

Requirement Value
Minimum KMDF version 1.11
Header wdfdevice.h (include Wdf.h)

See also

WDF_REMOVE_LOCK_OPTIONS_FLAGS

WDF_REMOVE_LOCK_OPTIONS_INIT

WdfDeviceInitSetRemoveLockOptions