This topic has not yet been rated - Rate this topic

MSMCAInfo class

The MSMCAInfo class is an abstract base class from which all Machine Check Architecture (MCA) provider data classes, such as MSMCAInfo_RawMCAData, are derived. The MCA provider also has event classes, derived from WMIEvent. 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
{
};

Members

The MSMCAInfo class inherits from the IUnknown interface but does not have additional members.

Examples

For script code examples, see WMI Tasks for Scripts and Applications and the TechNet ScriptCenter Script Repository.

For C++ code examples, see WMI C++ Application Examples.

Requirements

Minimum supported client

Windows XP [desktop apps only]

Minimum supported server

Windows Server 2003 [desktop apps only]

Namespace

\root\wmi

MOF

Wmicore.mof

DLL

Wmiprov.dll

See also

MSMCA Classes
MSMCAEvent_Header
WMIEvent

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.