enumerazione FS_BPIO_OUTFLAGS (ntifs.h)
FS_BPIO_OUTFLAGS definisce i flag di output BypassIO per il codice di controllo FSCTL_MANAGE_BYPASS_IO .
Sintassi
typedef enum _FS_BPIO_OUTFLAGS {
FSBPIO_OUTFL_None,
FSBPIO_OUTFL_VOLUME_STACK_BYPASS_PAUSED,
FSBPIO_OUTFL_STREAM_BYPASS_PAUSED,
FSBPIO_OUTFL_FILTER_ATTACH_BLOCKED,
FSBPIO_OUTFL_COMPATIBLE_STORAGE_DRIVER
} FS_BPIO_OUTFLAGS;
Costanti
FSBPIO_OUTFL_None Non sono impostati flag di output. |
FSBPIO_OUTFL_VOLUME_STACK_BYPASS_PAUSED Se impostato, indica che ByPassIO è stato temporaneamente sospeso per questo volume per ogni richiesta di operazione FS_BPIO_OP_VOLUME_STACK_PAUSE . |
FSBPIO_OUTFL_STREAM_BYPASS_PAUSED Se impostato, indica che BypassIO è stato temporaneamente sospeso per questo flusso per ogni richiesta di operazione FS_BPIO_OP_STREAM_PAUSE . |
FSBPIO_OUTFL_FILTER_ATTACH_BLOCKED Se impostato, indica che un minifilter è collegato a questo volume il cui stato delle funzionalità supportate indica che non supporta BypassIO. Tutti i BypassIO sono bloccati in questo volume. |
FSBPIO_OUTFL_COMPATIBLE_STORAGE_DRIVER Se impostato, indica che il driver di archiviazione per questo volume è compatibile con BypassIO. Questo flag è definito solo per le operazioni di FS_BPIO_OP_ENABLE, FS_BPIO_OP_QUERY e FS_BPIO_OP_GET_INFO . |
Commenti
Per altre informazioni, vedere BypassIO per i driver di filtro .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11 |
Intestazione | ntifs.h |