struttura STOR_FILTER_RESOURCE_REQUIREMENTS (storport.h)

STOR_FILTER_RESOURCE_REQUIREMENTS è la struttura a cui punta il parametro Parameters quando viene chiamata la routine HwStorAdapterControl di un miniport con un controlType di ScsiAdapterFilterResourceRequirements.

Sintassi

typedef struct _STOR_FILTER_RESOURCE_REQUIREMENTS {
  ULONG                          Version;
  ULONG                          Size;
  PIO_RESOURCE_REQUIREMENTS_LIST IoResourceRequirementsList;
} STOR_FILTER_RESOURCE_REQUIREMENTS, *PSTOR_FILTER_RESOURCE_REQUIREMENTS;

Members

Version

Versione del filtro. Questa opzione è attualmente impostata su STOR_FILTER_RESOURCE_REQUIREMENTS_V1.

Size

Dimensioni di questa struttura, in byte. Impostare su sizeof(STOR_FILTER_RESOURCE_REQUIREMENTS).

IoResourceRequirementsList

Puntatore a una struttura IO_RESOURCE_REQUIREMENTS_LIST che descrive il set di configurazioni delle risorse che possono essere usate da un dispositivo.

Requisiti

Requisito Valore
Client minimo supportato Windows 8.1
Intestazione storport.h

Vedi anche

HwStorAdapterControl