ISCSI_TargetPortal - NtDoc

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

typedef struct _ISCSI_TargetPortal {
  ISCSI_IP_Address Address;
  ULONG            Reserved;
  USHORT           Socket;
} ISCSI_TargetPortal, *PISCSI_TargetPortal;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_ISCSI_TargetPortal structure

Description

The ISCSI_TargetPortal structure provides a definition of a target portal.

Members

Address

A ISCSI_IP_Address structure that indicates the IP address of the portal. The ISCSI_IP_Address structure provides a way to define an IP address that is independent of the version of the IP protocol that the initiator and the target use.

Reserved

Reserved for Microsoft use only.

Socket

Socket number associated with the target.

See also

ISCSI_IP_Address

ISCSI_TargetPortal WMI Class