PSAPI_WS_WATCH_INFORMATION structure (psapi.h)
Contains information about a page added to a process working set.
C++
typedef struct _PSAPI_WS_WATCH_INFORMATION {
LPVOID FaultingPc;
LPVOID FaultingVa;
} PSAPI_WS_WATCH_INFORMATION, *PPSAPI_WS_WATCH_INFORMATION;
FaultingPc
A pointer to the instruction that caused the page fault.
FaultingVa
A pointer to the page that was added to the working set.
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Header | psapi.h |