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