PSS_THREAD_INFORMATION structure (processsnapshot.h)
Contient les informations de thread retournées par PssQuerySnapshot.
Syntaxe
typedef struct {
DWORD ThreadsCaptured;
DWORD ContextLength;
} PSS_THREAD_INFORMATION;
Membres
ThreadsCaptured
Nombre de threads dans le instantané.
ContextLength
Longueur de l’enregistrement CONTEXT capturé, en octets.
Remarques
PssQuerySnapshot retourne une structure PSS_THREAD_INFORMATION lorsque le membre PSS_QUERY_INFORMATION_CLASS fourni par l’appelant est PSS_QUERY_THREAD_INFORMATION.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows 8.1 [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2012 R2 [applications de bureau uniquement] |
En-tête | processsnapshot.h |