NVME_CDW13_FEATURES unione (nvme.h)
Contiene parametri per il comando Imposta funzionalità che imposta gli attributi della funzionalità specificata.
Questa struttura viene usata nel parametro CDW13 del campo SETFEATURES nella struttura Command .
Sintassi
typedef union {
NVME_CDW13_FEATURE_HOST_MEMORY_BUFFER HostMemoryBuffer;
ULONG AsUlong;
} NVME_CDW13_FEATURES, *PNVME_CDW13_FEATURES;
Members
HostMemoryBuffer
Specifica una struttura NVME_CDW13_FEATURE_HOST_MEMORY_BUFFER contenente un valore che specifica i 32 bit inferiori della posizione fisica dell'elenco descrittore memoria host.
AsUlong
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 |
Intestazione | nvme.h |