MPIOMoveDevice - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// mpiowmi.h

void MPIOMoveDevice(
   [in, Description("MPIO Disk Ordinal"):amended] uint32    DiskOrdinal,
   [in, Description("Move Flags."):amended] uint32          Flags,
   [in, Description("PathID to set Active"):amended] uint64 PathID
);
View the official Windows hardware development documentation

NtDoc

No description available.

Windows hardware development documentation (mpiomovedevice)

MPIOMoveDevice function

The MPIOMoveDevice method is used to set the active path on the device.

Parameters

DiskOrdinal A 32-bitfield that specifies the MPIO disk ordinal value.

Flags A 32-bitfield that specifies the flags that are associated with the device move.

PathID A 64-bitfield that specifies the path that is associated with the device.

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)