WDF_REMOVE_LOCK_OPTIONS - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// wdfdevice.h

typedef struct _WDF_REMOVE_LOCK_OPTIONS {
  ULONG Size;
  ULONG Flags;
} WDF_REMOVE_LOCK_OPTIONS, *PWDF_REMOVE_LOCK_OPTIONS;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-wdfdevice-_wdf_remove_lock_options)

_WDF_REMOVE_LOCK_OPTIONS structure

Description

[Applies to KMDF only]

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

Members

Size

The size of the structure, in bytes.

Flags

The bitwise OR of values from the WDF_REMOVE_LOCK_OPTIONS_FLAGS enumeration.

See also

WDF_REMOVE_LOCK_OPTIONS_FLAGS

WDF_REMOVE_LOCK_OPTIONS_INIT

WdfDeviceInitSetRemoveLockOptions