MSMCAInfo_RawCorrectedPlatformEvent class

The MSMCAInfo_RawCorrectedPlatformEvent class contains a Corrected Platform Event (CPE). 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_RawCorrectedPlatformEvent : WMIEvent
{
  boolean         Active;
  uint32          Count;
  MSMCAInfo_Entry Records[];
};

Members

The MSMCAInfo_RawCorrectedPlatformEvent class has these types of members:

Properties

The MSMCAInfo_RawCorrectedPlatformEvent 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.

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_RawCorrectedPlatformEvent 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