struttura STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR (ntddstor.h)

Buffer di output per StorageDeviceIoCapabilityProperty definito in STORAGE_PROPERTY_ID.

Sintassi

typedef struct _STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR {
  ULONG Version;
  ULONG Size;
  ULONG LunMaxIoCount;
  ULONG AdapterMaxIoCount;
} STORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR, *PSTORAGE_DEVICE_IO_CAPABILITY_DESCRIPTOR;

Members

Version

Versione di questa struttura. La proprietà Size funge da versione.

Size

Dimensione della struttura.

LunMaxIoCount

Numero massimo di I/O in attesa numero di unità logiche (LUN).

AdapterMaxIoCount

Numero massimo di I/O in sospeso dell'adattatore.

Requisiti

Requisito Valore
Client minimo supportato Windows 10
Server minimo supportato Windows Server 2016
Intestazione ntddstor.h