NVME_CDW12_FEATURES unione (nvme.h)
Contiene parametri per il comando Imposta funzionalità che imposta gli attributi della funzionalità specificata.
Questa struttura viene usata nel parametro CDW12 del campo SETFEATURES nella struttura Command .
Sintassi
typedef union {
NVME_CDW12_FEATURE_HOST_MEMORY_BUFFER HostMemoryBuffer;
ULONG AsUlong;
} NVME_CDW12_FEATURES, *PNVME_CDW12_FEATURES;
Members
HostMemoryBuffer
Specifica una struttura NVME_CDW12_FEATURE_HOST_MEMORY_BUFFER contenente un valore che indica le dimensioni del buffer di memoria host.
AsUlong
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 10 |
Intestazione | nvme.h |