struttura NVME_NVM_SUBSYSTEM_RESET (nvme.h)
Specifica un parametro che fornisce al software host la possibilità di avviare una reimpostazione del sottosistema NVM.
Questa struttura viene utilizzata nel campo NSSR della struttura NVME_CONTROLLER_REGISTERS .
Sintassi
typedef struct _NVME_NVM_SUBSYSTEM_RESET {
ULONG NSSRC;
} NVME_NVM_SUBSYSTEM_RESET, *PNVME_NVM_SUBSYSTEM_RESET;
Members
NSSRC
Valore di lettura/scrittura che avvia una reimpostazione del sottosistema NVM.
La scrittura del valore 4E564D65h
("NVMe") in questo campo avvia una reimpostazione del sottosistema NVM. La scrittura di qualsiasi altro valore non ha alcun effetto funzionale sul funzionamento del sottosistema NVM.
Questo campo restituisce il valore 0h
durante la lettura.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 |
Intestazione | nvme.h |