Condividi tramite


enumerazione WDF_REMOVE_LOCK_OPTIONS_FLAGS (wdfdevice.h)

[Si applica solo a KMDF]

Il tipo di enumerazione WDF_REMOVE_LOCK_OPTIONS_FLAGS definisce i flag usati nella struttura WDF_REMOVE_LOCK_OPTIONS di un driver.

Sintassi

typedef enum _WDF_REMOVE_LOCK_OPTIONS_FLAGS {
  WDF_REMOVE_LOCK_OPTION_ACQUIRE_FOR_IO = 0x00000001
} WDF_REMOVE_LOCK_OPTIONS_FLAGS;

Costanti

 
WDF_REMOVE_LOCK_OPTION_ACQUIRE_FOR_IO
Valore: 0x00000001
Specifica che il framework deve acquisire un blocco di rimozione prima di distribuire un'IRP di qualsiasi tipo al driver.

Commenti

Per altre informazioni sull'uso di blocchi in un driver basato su framework, vedere WdfDeviceInitSetRemoveLockOptions.

Requisiti

Requisito Valore
Versione KMDF minima 1.11
Intestazione wdfdevice.h (includere Wdf.h)

Vedi anche

WDF_REMOVE_LOCK_OPTIONS

WDF_REMOVE_LOCK_OPTIONS_INIT

WdfDeviceInitSetRemoveLockOptions