Compartir a través de


MPIO_GET_DESCRIPTOR clase WMI

Un cliente WMI usa la clase WMI de MPIO_GET_DESCRIPTOR para consultar MPIO para el emparejamiento de ruta de acceso del dispositivo de un disco 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[];
};

Cuando el conjunto de herramientas de WMI compila esta definición de clase, genera la estructura de datos MPIO_GET_DESCRIPTOR . No hay métodos asociados a esta clase WMI.