WDF_REMOVE_LOCK_OPTIONS_FLAGS enumeration
[Applies to KMDF only]
The WDF_REMOVE_LOCK_OPTIONS_FLAGS enumeration type defines flags that are used in a driver's WDF_REMOVE_LOCK_OPTIONS structure.
Syntax
typedef enum _WDF_REMOVE_LOCK_OPTIONS_FLAGS { WDF_REMOVE_LOCK_OPTION_ACQUIRE_FOR_IO = 1 } WDF_REMOVE_LOCK_OPTIONS_FLAGS;
Constants
- WDF_REMOVE_LOCK_OPTION_ACQUIRE_FOR_IO
-
Specifies that the framework should acquire a remove lock before delivering an IRP of any type to the driver.
Remarks
For more information about using remove locks in a framework-based driver, see WdfDeviceInitSetRemoveLockOptions.
Requirements
Minimum KMDF version | 1.11 |
---|---|
Header |
|
See also
Show: