Condividi tramite


struttura STOR_ADDRESS (minitape.h)

Struttura generale per contenere un indirizzo del dispositivo di archiviazione.

Sintassi

typedef struct _STOR_ADDRESS {
  USHORT Type;
  USHORT Port;
  ULONG  AddressLength;
  UCHAR  AddressData[ANYSIZE_ARRAY];
} STOR_ADDRESS, *PSTOR_ADDRESS;

Membri

Type

Tipo di indirizzo. Può trattarsi di uno dei seguenti:

Valore Significato
STOR_ADDRESS_TYPE_UNKNOWN
Il tipo di indirizzo è sconosciuto.
STOR_ADDRESS_TYPE_BTL8
L'indirizzo è un indirizzoTarget-LUN bus a 8 bit.

Port

Numero di porta dell'adattatore bus host (HBA).

AddressLength

Lunghezza in byte del AddressData. Se Tipo è impostato su STOR_ADDRESS_TYPE_BTL8, questo valore è STOR_ADDR_BTL8_ADDRESS_LENGTH.

AddressData[ANYSIZE_ARRAY]

Dati dell'indirizzo specifici di un tipo di indirizzo.

Fabbisogno

Requisito Valore
client minimo supportato Disponibile a partire da Windows 8.
intestazione minitape.h (include Storport.h, Scsi.h, Minitape.h)

Vedere anche

STOR_ADDR_BTL8

StorPortSetUnitAttributes