MPIOMoveDevice_IN structure (mpiowmi.h)

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

Syntax

typedef struct _MPIOMoveDevice_IN {
  ULONG     DiskOrdinal;
  ULONG     Flags;
  ULONGLONG PathID;
} MPIOMoveDevice_IN, *PMPIOMoveDevice_IN;

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.

Requirements

Requirement Value
Header mpiowmi.h (include Mpiowmi.h)