PDO_INFORMATION WMI 클래스

MPIO 드라이버는 PDO_INFORMATION WMI 클래스를 사용하여 물리적 디바이스의 디바이스 간 매핑을 식별합니다.

class PDO_INFORMATION
{

    [WmiDataId(1)] PDOSCSI_ADDR ScsiAddress;

    //
    // Indicates whether this device-path is usable,
    // i.e. whether DsmIsPathActive returned TRUE for this device-path.
    //
    [WmiDataId(2)] uint32 DeviceState;

    //
    // The PathId matches the identifier returned by DsmSetDeviceInfo.
    //
    [WmiDataId(3)] uint64 PathIdentifier;

    //
    // Matches the MPIO_CONTROLLER_INFO ControllerId of the controller
    // fronting this device.
    //
    [WmiDataId(4)] uint32 IdentifierType;
    [WmiDataId(5)] uint32 IdentifierLength;
    [WmiDataId(6)] uint8 Identifier[32];
    [WmiDataId(7)] uint8 Pad[4];
};

이 클래스 정의는 WMI 도구 모음에서 컴파일될 때 PDO_INFORMATION 데이터 구조를 생성합니다. 이 WMI 클래스와 연결된 메서드는 없습니다.