Condividi tramite


enumerazione NVME_CC_SHN_SHUTDOWN_NOTIFICATIONS (nvme.h)

Contiene valori che indicano una notifica di arresto del controller di configurazione (CC).

Sintassi

typedef enum {
  NVME_CC_SHN_NO_NOTIFICATION,
  NVME_CC_SHN_NORMAL_SHUTDOWN,
  NVME_CC_SHN_ABRUPT_SHUTDOWN
} NVME_CC_SHN_SHUTDOWN_NOTIFICATIONS;

Costanti

 
NVME_CC_SHN_NO_NOTIFICATION
Nessuna notifica e nessun effetto.
NVME_CC_SHN_NORMAL_SHUTDOWN
Normale notifica di arresto.
NVME_CC_SHN_ABRUPT_SHUTDOWN
Notifica di arresto improvviso.

Commenti

Usare i valori di notifica di arresto CC da questa enumerazione nel campo SHN (offset 14h) della struttura NVME_CONTROLLER_CONFIGURATION .

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Intestazione nvme.h

Vedi anche

NVME_CONTROLLER_CONFIGURATION