ReportDiscoveredTargets_OUT - NtDoc

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

typedef struct _ReportDiscoveredTargets_OUT {
  ULONG                  Status;
  ULONG                  TargetCount;
  ISCSI_DiscoveredTarget Targets[1];
} ReportDiscoveredTargets_OUT, *PReportDiscoveredTargets_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_ReportDiscoveredTargets_OUT structure

Description

The ReportDiscoveredTargets_OUT structure holds the output data for the ReportDiscoveredTargets method.

Members

Status

On output, the status of the ReportDiscoveredTargets operation. For a list of status qualifiers, see ISCSI_STATUS_QUALIFIERS.

TargetCount

On output, the number of targets that are discovered.

Targets

On output, an array of ISCSI_DiscoveredTarget structures, which provide information that is related to discovered targets.

Remarks

You must implement this method.

See also

ISCSI_DiscoveredTarget

ISCSI_STATUS_QUALIFIERS

ReportDiscoveredTargets

ReportDiscoveredTargets2_OUT