MSMCAEvent_MemoryPageRemoved class

The MSMCAEvent_MemoryPageRemoved class indicates that a memory page has been removed from system use due to excessive hardware Error Checking and Correcting (ECC) errors. 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 MSMCAEvent_MemoryPageRemoved : WmiEvent
{
  boolean Active;
  string  InstanceName;
  uint64  PhysicalAddress;
};

Members

The MSMCAEvent_MemoryPageRemoved class has these types of members:

Properties

The MSMCAEvent_MemoryPageRemoved class has these properties.

Active

Data type: boolean

Access type: Read-only

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

InstanceName

Data type: string

Access type: Read-only

Qualifiers: Key

Unique identifier for this instance of the class.

PhysicalAddress

Data type: uint64

Access type: Read-only

Address of the page of memory that has been removed.

For more information about using uint64 values in scripts, see Scripting in WMI.

Remarks

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