// mpiowmi.h
typedef struct _GetPathConfiguration_OUT {
ULONG EntryCount;
SCSI_ADDR Address[1];
} GetPathConfiguration_OUT, *PGetPathConfiguration_OUT;
View the official Windows Driver Kit DDI referenceNo description available.
The GetPathConfiguration_OUT structure is used to report the output parameters that are associated with the GetPathConfiguration method.
EntryCountA 32-bitfield that indicates the number of entries contained in the array of SCSI addresses.
AddressAn 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.