MPIOMoveDevice_IN - NtDoc

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

typedef struct _MPIOMoveDevice_IN {
  ULONG     DiskOrdinal;
  ULONG     Flags;
  ULONGLONG PathID;
} MPIOMoveDevice_IN, *PMPIOMoveDevice_IN;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-mpiowmi-_mpiomovedevice_in)

_MPIOMoveDevice_IN structure

Description

The MPIOMoveDevice_IN structure is used to set the active path on the device.

Members

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 operation.

PathID

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