Condividi tramite


enumerazione WRITE_THROUGH (ntddstor.h)

L'enumerazione WRITE_THROUGH specifica se un dispositivo di archiviazione supporta la memorizzazione nella cache write-through.

Sintassi

typedef enum _WRITE_THROUGH {
  WriteThroughUnknown,
  WriteThroughNotSupported,
  WriteThroughSupported
} WRITE_THROUGH;

Costanti

 
WriteThroughUnknown
Indica che non sono disponibili informazioni relative alle funzionalità write-through del dispositivo.
WriteThroughNotSupported
Indica che il dispositivo non supporta le operazioni write-through.
WriteThroughSupported
Indica che il dispositivo supporta operazioni write-through.

Osservazioni

La richiesta di IOCTL_STORAGE_QUERY_PROPERTY segnala questo valore nella struttura STORAGE_WRITE_CACHE_PROPERTY.

Fabbisogno

Requisito Valore
intestazione ntddstor.h

Vedere anche

IOCTL_STORAGE_QUERY_PROPERTY

STORAGE_WRITE_CACHE_PROPERTY