struttura STOR_ADDR_BTL8 (storport.h)
La struttura degli indirizzi STOR_ADDR_BTL8 contiene le informazioni di indirizzamento per un indirizzo BTL8 (Bus-Target-LUN) a 8 bit.
Sintassi
typedef struct _STOR_ADDR_BTL8 {
USHORT Type;
USHORT Port;
ULONG AddressLength;
UCHAR Path;
UCHAR Target;
UCHAR Lun;
UCHAR Reserved;
} STOR_ADDR_BTL8, *PSTOR_ADDR_BTL8;
Membri
Type
Tipo di indirizzo. Questo membro è impostato su STOR_ADDRESS_TYPE_BTL8.
Port
Numero di porta dell'adattatore bus host (HBA).
AddressLength
Lunghezza in byte dell'indirizzo. Questo valore è impostato su STOR_ADDR_BTL8_ADDRESS_LENGTH.
Path
Numero del bus per il dispositivo di destinazione.
Target
Numero del dispositivo di destinazione.
Lun
Unità logica nel dispositivo di destinazione.
Reserved
Riservato, impostato su 0.
Fabbisogno
Requisito | Valore |
---|---|
client minimo supportato | Windows 8 |
intestazione | storport.h (include Storport.h, Scsi.h, Minitape.h) |