MPIO_GET_DESCRIPTOR WMI 类

WMI 客户端使用 MPIO_GET_DESCRIPTOR WMI 类来查询 MPIO,以获取 MPIO 磁盘的设备路径配对。

class MPIO_GET_DESCRIPTOR
{
    [key, read]
     string InstanceName;
    [read] boolean Active;

    //
    // Number of instances of this device via different paths.
    //
    [WmiDataId(1),
     read,
     Description("Number of Port Objects backing the device.") : amended
    ] uint32 NumberPdos;

    //
    // Device Name (i.e. MPIODiskN)
    //
    [WmiDataId(2),
     read,
     MaxLen(63),
     Description("Name of Device.") : amended
    ] string DeviceName;

    //
    // Array of device-path pair that form the instances of this device.
    //
    [WmiDataId(3),
     read,
     Description("Array of Information classes describing the real device.") : amended,
     WmiSizeIs("NumberPdos")
    ] PDO_INFORMATION PdoInformation[];
};

当此类定义由 WMI 工具套件编译时,它将生成 MPIO_GET_DESCRIPTOR 数据结构。 没有与此 WMI 类关联的方法。