GetPathConfiguration - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 documentation

NtDoc

No description available.

Windows hardware development documentation (getpathconfiguration)

GetPathConfiguration function

The GetPathConfiguration method is used to retrieve the device information for each path.

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)