NVME_CDW11_IDENTIFY unione (nvme.h)
Contiene un parametro per il comando Identifica.
La struttura NVME_CDW11_IDENTIFY viene usata nel campo CDW11 del parametroIDENTIFI nella struttura Command .
Sintassi
typedef union {
struct {
USHORT NVMSETID;
USHORT Reserved;
} DUMMYSTRUCTNAME;
struct {
ULONG CNSID : 16;
ULONG Reserved2 : 8;
ULONG CSI : 8;
} DUMMYSTRUCTNAME2;
ULONG AsUlong;
} NVME_CDW11_IDENTIFY, *PNVME_CDW11_IDENTIFY;
Members
DUMMYSTRUCTNAME
DUMMYSTRUCTNAME.NVMSETID
Specifica l'identificatore del set NVM (NVMSETID) usato come parte di alcune operazioni di identificazione.
DUMMYSTRUCTNAME.Reserved
DUMMYSTRUCTNAME2
DUMMYSTRUCTNAME2.CNSID
DUMMYSTRUCTNAME2.Reserved2
DUMMYSTRUCTNAME2.CSI
AsUlong
Commenti
Il comando Identifica restituisce informazioni sul controller nella struttura di datiNVME_IDENTIFY_CONTROLLER_DATA e sulle informazioni sullo spazio dei nomi nella struttura dei dati NVME_IDENTIFY_NAMESPACE_DATA.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 |
Intestazione | nvme.h |