MSMCAInfo_Entry class

The MSMCAInfo_Entry class indicates an MCA, corrected machine check (CMC), or corrected platform error (CPE) information entry. This class is available only in 64-bit Windows systems.

The following syntax is simplified from Managed Object Format (MOF) code and includes all of its inherited properties. Properties and methods are in alphabetic order, not MOF order.

Syntax

class MSMCAInfo_Entry : MSMCAInfo
{
  uint8  Data[];
  uint32 Length;
};

Members

The MSMCAInfo_Entry class has these types of members:

Properties

The MSMCAInfo_Entry class has these properties.

Data

Data type: uint8 array

Access type: Read-only

Integer array that contains a complete MCA error record as reported by the system abstraction layer (SAL). The SAL is code burned into ROM that the operating system calls to perform platform-dependent operations. It is similar to the BIOS on an x86 platform.

Length

Data type: uint32

Access type: Read-only

Number of bytes in the error record.

Remarks

The MSMCAInfo_Entry class is derived from MSMCAInfo.

Requirements

Requirement Value
Minimum supported client
Windows XP
Minimum supported server
Windows Server 2003
Namespace
Root\wmi
MOF
Wmicore.mof
DLL
Wmiprov.dll

See also

MSMCA Classes

MSMCAInfo