ISCSI_DiscoveredTarget - NtDoc

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

typedef struct _ISCSI_DiscoveredTarget {
  ULONG                             TargetPortalGroupCount;
  WCHAR                             TargetName[223 + 1];
  WCHAR                             TargetAlias[255 + 1];
  ISCSI_DiscoveredTargetPortalGroup TargetDiscoveredPortalGroups[1];
} ISCSI_DiscoveredTarget, *PISCSI_DiscoveredTarget;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iscsifnd-_iscsi_discoveredtarget)

_ISCSI_DiscoveredTarget structure

Description

The ISCSI_DiscoveredTarget structure contains information that is related to a discovered target device.

Members

TargetPortalGroupCount

The number of portal groups that are associated with the target.

TargetName

A name for the target that uniquely identifies the target anywhere in the world. For information about how to specify this name, see the iSCSI specification that is published by the Internet Engineering Task Force (IETF) of the IP storage working group.

TargetAlias

The human-readable name or description that is assigned to the target device by its host operating system. You can use this name in user interfaces, but it is not unique, you should not use it in authentication decisions.

TargetDiscoveredPortalGroups

A variable-length array of ISCSI_DiscoveredTargetPortalGroup structures that contains information about the portal groups that the initiator can use to connect to the target.

Remarks

The WMI tool suite automatically generates a declaration of the ISCSI_DiscoveredTarget structure when it compiles the ISCSI_DiscoveredTarget WMI Class in Discover.mof.

See also

ISCSI_DiscoveredTarget WMI Class

ISCSI_DiscoveredTarget2

ISCSI_DiscoveredTargetPortalGroup