Expand Minimize

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

Wdfdevice.h (include Wdf.h)

See also

WdfDeviceInitSetRemoveLockOptions
WDF_REMOVE_LOCK_OPTIONS_INIT
WDF_REMOVE_LOCK_OPTIONS_FLAGS

 

 

Send comments about this topic to Microsoft

Show:
© 2014 Microsoft. All rights reserved.