// 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 documentationNo description available.
The MPIOMoveDevice method is used to set the active path on the device.
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.
None
This WMI method belongs to the MPIO_WMI_METHODS WMI class.
| Target platform | Desktop |
| Header | MPIOwmi.h (include MPIOwmi.h) |