// mpiowmi.h
void GetPathConfiguration(
[in, Description("64-bit Path Identifier"):amended] uint64 PathID,
[out] uint32 EntryCount,
[out, WmiSizeIs("EntryCount")] SCSI_ADDR Address[]
);
View the official Windows hardware development documentationNo description available.
The GetPathConfiguration method is used to retrieve the device information for each path.
PathID A 64-bitfield that specifies the path that is associated with the device.
EntryCount A 32-bitfield that indicates the number of entries that the output contains.
Address[] An array that contains as many SCSI_ADDR structures as specified by the EntryCount parameter.
None
This WMI method belongs to the MPIO_WMI_METHODS WMI class.
| Target platform | Desktop |
| Header | MPIOwmi.h (include MPIOwmi.h) |