GetPathConfiguration_OUT - NtDoc

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

typedef struct _GetPathConfiguration_OUT {
  ULONG     EntryCount;
  SCSI_ADDR Address[1];
} GetPathConfiguration_OUT, *PGetPathConfiguration_OUT;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-mpiowmi-_getpathconfiguration_out)

_GetPathConfiguration_OUT structure

Description

The GetPathConfiguration_OUT structure is used to report the output parameters that are associated with the GetPathConfiguration method.

Members

EntryCount

A 32-bitfield that indicates the number of entries contained in the array of SCSI addresses.

Address

An array that returns information about the SCSI addresses. The number of elements in the array is given by EntryCount and each element of the array represents an instance of an SCSI_ADDR structure.