// iscsidef.h
typedef struct _ISCSI_LUNList {
ULONGLONG TargetLUN;
ULONG OSLUN;
ULONG Reserved;
} ISCSI_LUNList, *PISCSI_LUNList;
View the official Windows Driver Kit DDI referenceNo description available.
The ISCSI_LUNList structure defines a mapping between the LUN number that is used by the operating system and the LUN number that is configured in the iSCSI target.
TargetLUNA LUN that is globally valid anywhere in the network.
OSLUNThe SCSI LUN (which is valid in the local operating system) that the remote LUN is mapped to.
ReservedReserved for Microsoft use only.