Platform SDK: Performance Monitoring

PSAPI_WS_WATCH_INFORMATION

The PSAPI_WS_WATCH_INFORMATION structure contains information about a page added to a process working set.

typedef struct _PSAPI_WS_WATCH_INFORMATION {
    LPVOID FaultingPc;
    LPVOID FaultingVa;
} PSAPI_WS_WATCH_INFORMATION, *PPSAPI_WS_WATCH_INFORMATION;

Members

FaultingPc
Pointer to the instruction that caused the page fault.
FaultingVa
Pointer to the page that was added to the working set.

Requirements

  Windows NT/2000: Requires Windows NT 4.0 or later.
  Header: Declared in Psapi.h.

See Also

Process Status Helper Overview, PSAPI Structures, GetWsChanges