Condividi tramite


PSAPI_WS_WATCH_INFORMATION_EX struttura (psapi.h)

Contiene informazioni estese su una pagina aggiunta a un set di lavoro del processo.

Sintassi

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

Struttura PSAPI_WS_WATCH_INFORMATION .

FaultingThreadId

Identificatore del thread che ha causato l'errore della pagina.

Flags

Questo membro è riservato per usi futuri.

Requisiti

   
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione psapi.h

Vedi anche

GetWsChangesEx

PSAPI_WS_WATCH_INFORMATION