GetPathConfiguration_OUT structure (mpiowmi.h)
The GetPathConfiguration_OUT structure is used to report the output parameters that are associated with the GetPathConfiguration method.
Syntax
typedef struct _GetPathConfiguration_OUT {
ULONG EntryCount;
SCSI_ADDR Address[1];
} GetPathConfiguration_OUT, *PGetPathConfiguration_OUT;
Members
EntryCount
A 32-bitfield that indicates the number of entries contained in the array of SCSI addresses.
Address[1]
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.
Requirements
Requirement | Value |
---|---|
Header | mpiowmi.h (include Mpiowmi.h) |