// 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 referenceNo description available.
[Applies to KMDF only]
The WDF_REMOVE_LOCK_OPTIONS structure specifies options for acquiring a remove lock before delivering an IRP to the driver.
SizeThe size of the structure, in bytes.
FlagsThe bitwise OR of values from the WDF_REMOVE_LOCK_OPTIONS_FLAGS enumeration.
WdfDeviceInitSetRemoveLockOptions