WDF_REMOVE_LOCK_OPTIONS structure
[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
| Minimum KMDF version | 1.11 | 
|---|---|
| Header | 
 | 
See also
        Show:
        
        
    

