Condividi tramite


PSS_THREAD_INFORMATION struttura (processsnapshot.h)

Contiene informazioni sul thread restituite da PssQuerySnapshot.

Sintassi

typedef struct {
  DWORD ThreadsCaptured;
  DWORD ContextLength;
} PSS_THREAD_INFORMATION;

Members

ThreadsCaptured

Numero di thread nello snapshot.

ContextLength

Lunghezza del record CONTEXT acquisito, in byte.

Commenti

PssQuerySnapshot restituisce una struttura PSS_THREAD_INFORMATION quando il membro PSS_QUERY_INFORMATION_CLASS fornito dal chiamante è PSS_QUERY_THREAD_INFORMATION.

Requisiti

Requisito Valore
Client minimo supportato Windows 8.1 [solo app desktop]
Server minimo supportato Windows Server 2012 R2 [solo app desktop]
Intestazione processsnapshot.h

Vedi anche

Snapshot dei processi