MSMCAInfo_RawMCAEvent class

The MSMCAInfo_RawMCAEvent class contains a Machine Check Architecture (MCA) 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_RawMCAEvent : WMIEvent
{
  boolean         Active;
  uint32          Count;
  string          InstanceName;
  MSMCAInfo_Entry Records[];
};

Members

The MSMCAInfo_RawMCAEvent class has these types of members:

Properties

The MSMCAInfo_RawMCAEvent 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

String that uniquely identifies this instance of the MSMCAInfo_RawMCAEvent class.

Records

Data type: MSMCAInfo_Entry array

Access type: Read-only

Array of MCA error records. The number of MCA error records in the array is specified by the Count property.

Remarks

The MSMCAInfo_RawMCAEvent 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