Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetPathConfiguration method is used to retrieve the device information for each path.
Syntax
void GetPathConfiguration(
[in, Description("64-bit Path Identifier"):amended] uint64 PathID,
[out] uint32 EntryCount,
[out, WmiSizeIs("EntryCount")] SCSI_ADDR Address[]
);
Parameters
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.
Return value
None
Remarks
This WMI method belongs to the MPIO_WMI_METHODS WMI class.
Requirements
Target platform |
Desktop |
Header |
MPIOwmi.h (include MPIOwmi.h) |