PROCESS_WS_WATCH_INFORMATION_EX - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
#ifndef _NTPSAPI_H

// psapi:PSAPI_WS_WATCH_INFORMATION_EX
typedef struct _PROCESS_WS_WATCH_INFORMATION_EX
{
    PROCESS_WS_WATCH_INFORMATION BasicInfo;
    ULONG_PTR FaultingThreadId;
    ULONG_PTR Flags;
} PROCESS_WS_WATCH_INFORMATION_EX, *PPROCESS_WS_WATCH_INFORMATION_EX;

#endif

View code on GitHub

This structure defines an extended Working Set Watch entry.

Applicable to

Members

BasicInfo

A nested PROCESS_WS_WATCH_INFORMATION structure with basic information about the page fault.

FaultingThreadId

The ID of the thread that caused the page fault.

See also

Flags

This field is currently unused.