FS_BPIO_INFO struttura (ntifs.h)
La struttura FS_BPIO_INFO fornisce informazioni sullo stato BypassIO del volume.
Sintassi
typedef struct _FS_BPIO_INFO {
ULONG ActiveBypassIoCount;
USHORT StorageDriverNameLen;
WCHAR StorageDriverName[32];
} FS_BPIO_INFO, *PFS_BPIO_INFO;
Members
ActiveBypassIoCount
Numero di file abilitati per BypassIO attualmente aperti.
StorageDriverNameLen
Riceve la lunghezza della stringa archiviata in StorageDriverName, in caratteri.
StorageDriverName[32]
Riceve una stringa che specifica il nome del driver di archiviazione per questo volume.
Commenti
FS_BPIO_INFO viene restituito quando l'operazione bypassIO richiesta è FS_BPIO_OP_GET_INFO e nella struttura FS_BPIO_OPERATIONS quando l'operazione bypassIO richiesta è FS_BPIO_OP_ENABLE o FS_BPIO_OP_QUERY.
Per altre informazioni , vedere BypassIO per i driver di filtro e supporto delle operazioni bypassIO .
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 11 |
Intestazione | ntifs.h |