MSMCAInfo_RawCMCEvent class

The MSMCAInfo_RawCMCEvent class contains a Corrected Machine Check (CMC) event. 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_RawCMCEvent : WMIEvent
{
  boolean         Active;
  uint32          Count;
  string          InstanceName;
  MSMCAInfo_Entry Records[];
};

Members

The MSMCAInfo_RawCMCEvent class has these types of members:

Properties

The MSMCAInfo_RawCMCEvent class has these properties.

Active

Data type: boolean

Access type: Read-only

TRUE, if this instance of the class is active; otherwise, FALSE.

Count

Data type: uint32

Access type: Read-only

Number of error records.

InstanceName

Data type: string

Access type: Read-only

Qualifiers: Key

Unique identifier of this instance of the class.

Records

Data type: MSMCAInfo_Entry array

Access type: Read-only

Array of Machine Check Architecture (MCA) error records. The number of MCA error records in the array is specified by the Count property.

Remarks

The MSMCAInfo_RawCMCEvent class is derived from WMIEvent.

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

WMIEvent