MPIO_DISK_INFO structure (mpiowmi.h)

The MPIO_DISK_INFO structure allows applications to query the system for the top level view of its disk topology. The request must be directed to the MPIO control object by using its WMI instance name.

Syntax

typedef struct _MPIO_DISK_INFO {
  ULONG           NumberDrives;
  MPIO_DRIVE_INFO DriveInfo[1];
} MPIO_DISK_INFO, *PMPIO_DISK_INFO;

Members

NumberDrives

An unsigned 32-bitfield that represents the number of multi-path disks in the system.

DriveInfo[1]

An array that returns the information representing each multi-path LUN (pseudo-LUN) in the system. The number of elements in the array is given by NumberDrives and each element represents an instance of an MPIO_DRIVE_INFO structure.

Requirements

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