MSMCAInfo_RawMCAData class
The MSMCAInfo_RawMCADataspecifies the raw Machine Check Architecture (MCA) logs. 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_RawMCAData : MSMCAInfo
{
boolean Active;
uint32 Count;
string InstanceName;
MSMCAInfo_Entry Records[];
};
Members
The MSMCAInfo_RawMCAData class has these types of members:
Properties
The MSMCAInfo_RawMCAData 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 MCA error records. The number of MCA error records in the array is specified by the Count property.
-
Remarks
The MSMCAInfo_RawMCAData class is derived from MSMCAInfo.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows XP |
Minimum supported server |
Windows Server 2003 |
Namespace |
Root\wmi |
MOF |
|
DLL |
|