ISCSI_LUNList structure (iscsidef.h)
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.
Syntax
typedef struct _ISCSI_LUNList {
ULONGLONG TargetLUN;
ULONG OSLUN;
ULONG Reserved;
} ISCSI_LUNList, *PISCSI_LUNList;
Members
TargetLUN
A LUN that is globally valid anywhere in the network.
OSLUN
The SCSI LUN (which is valid in the local operating system) that the remote LUN is mapped to.
Reserved
Reserved for Microsoft use only.
Requirements
Requirement | Value |
---|---|
Header | iscsidef.h (include Iscsidef.h) |