PageFault_TransitionFault class

This class is the event type class for page fault events.

The following syntax is simplified from MOF code.

Syntax

[EventType{10, 11, 12, 13, 14}, EventTypeName{"TransitionFault", "DemandZeroFault", "CopyOnWrite", "GuardPageFault", "HardPageFault"}]
class PageFault_TransitionFault : PageFault_V2
{
  uint32 VirtualAddress;
  uint32 ProgramCounter;
};

Members

The PageFault_TransitionFault class has these types of members:

Properties

The PageFault_TransitionFault class has these properties.

ProgramCounter

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(2), Pointer

Pointer to the current instruction being executed.

VirtualAddress

Data type: uint32

Access type: Read-only

Qualifiers: WmiDataId(1), Pointer

Virtual address of the page that caused the page fault.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]

See also

PageFault_V2