Condividi tramite


enumerazione PSS_QUERY_INFORMATION_CLASS (processsnapshot.h)

Specifica le informazioni restituite dalla funzione PssQuerySnapshot .

Sintassi

typedef enum {
  PSS_QUERY_PROCESS_INFORMATION = 0,
  PSS_QUERY_VA_CLONE_INFORMATION = 1,
  PSS_QUERY_AUXILIARY_PAGES_INFORMATION = 2,
  PSS_QUERY_VA_SPACE_INFORMATION = 3,
  PSS_QUERY_HANDLE_INFORMATION = 4,
  PSS_QUERY_THREAD_INFORMATION = 5,
  PSS_QUERY_HANDLE_TRACE_INFORMATION = 6,
  PSS_QUERY_PERFORMANCE_COUNTERS = 7
} PSS_QUERY_INFORMATION_CLASS;

Costanti

 
PSS_QUERY_PROCESS_INFORMATION
Valore: 0
Restituisce una struttura PSS_PROCESS_INFORMATION con informazioni sul processo originale.
PSS_QUERY_VA_CLONE_INFORMATION
Valore: 1
Restituisce una struttura PSS_VA_CLONE_INFORMATION , con un handle per il clone dell'agente di valutazione.
PSS_QUERY_AUXILIARY_PAGES_INFORMATION
Valore: 2
Restituisce una struttura PSS_AUXILIARY_PAGES_INFORMATION che contiene il numero di pagine ausiliarie acquisite.
PSS_QUERY_VA_SPACE_INFORMATION
Valore: 3
Restituisce una struttura PSS_VA_SPACE_INFORMATION che contiene il numero di aree acquisite.
PSS_QUERY_HANDLE_INFORMATION
Valore: 4
Restituisce una struttura PSS_HANDLE_INFORMATION che contiene il numero di handle acquisiti.
PSS_QUERY_THREAD_INFORMATION
Valore: 5
Restituisce una struttura PSS_THREAD_INFORMATION che contiene il numero di thread acquisiti.
PSS_QUERY_HANDLE_TRACE_INFORMATION
Valore: 6
Restituisce una struttura PSS_HANDLE_TRACE_INFORMATION , che contiene un handle per la sezione di traccia handle e le relative dimensioni.
PSS_QUERY_PERFORMANCE_COUNTERS
Valore: 7
Restituisce una struttura PSS_PERFORMANCE_COUNTERS che contiene vari contatori delle prestazioni.

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

Creazione di snapshot del processo