// mpiowmi.h
typedef struct _MPIOMoveDevice_IN {
ULONG DiskOrdinal;
ULONG Flags;
ULONGLONG PathID;
} MPIOMoveDevice_IN, *PMPIOMoveDevice_IN;
View the official Windows Driver Kit DDI referenceNo description available.
The MPIOMoveDevice_IN structure is used to set the active path on the device.
DiskOrdinalA 32-bitfield that specifies the MPIO disk ordinal value.
FlagsA 32-bitfield that specifies the flags that are associated with the device move operation.
PathIDA 64-bitfield that specifies the path that is associated with the device.