Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The SCSI_LUN_LIST structure is used to construct a list of logical unit numbers (LUNs) associated with target devices.
Syntax
typedef struct {
ULONG OSLUN;
ULONGLONG TargetLUN;
} SCSI_LUN_LIST, *PSCSI_LUN_LIST;
Members
OSLUN
The LUN assigned by the operating system to the target device when it was enumerated by the initiator Host Bus Adapter (HBA).
TargetLUN
The LUN assigned by the target subsystem to the target device.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Header | iscsidsc.h |