ISCSI_LUNList - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iscsidef.h

typedef struct _ISCSI_LUNList {
  ULONGLONG TargetLUN;
  ULONG     OSLUN;
  ULONG     Reserved;
} ISCSI_LUNList, *PISCSI_LUNList;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsidef-_iscsi_lunlist)

_ISCSI_LUNList structure

Description

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.

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.

See also

ISCSI_LUNList WMI Class