PSAPI_WS_WATCH_INFORMATION_EX structure (psapi.h)

Contains extended information about a page added to a process working set.

Syntax

typedef struct _PSAPI_WS_WATCH_INFORMATION_EX {
  PSAPI_WS_WATCH_INFORMATION BasicInfo;
  ULONG_PTR                  FaultingThreadId;
  ULONG_PTR                  Flags;
} PSAPI_WS_WATCH_INFORMATION_EX, *PPSAPI_WS_WATCH_INFORMATION_EX;

Members

BasicInfo

A PSAPI_WS_WATCH_INFORMATION structure.

FaultingThreadId

The identifier of the thread that caused the page fault.

Flags

This member is reserved for future use.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header psapi.h

See also

GetWsChangesEx

PSAPI_WS_WATCH_INFORMATION