PSAPI_WORKING_SET_INFORMATION structure (psapi.h)
Contient des informations de jeu de travail pour un processus.
Syntaxe
typedef struct _PSAPI_WORKING_SET_INFORMATION {
ULONG_PTR NumberOfEntries;
PSAPI_WORKING_SET_BLOCK WorkingSetInfo[1];
} PSAPI_WORKING_SET_INFORMATION, *PPSAPI_WORKING_SET_INFORMATION;
Membres
NumberOfEntries
Nombre d’entrées dans le tableau WorkingSetInfo .
WorkingSetInfo[1]
Tableau d’éléments PSAPI_WORKING_SET_BLOCK , un pour chaque page du jeu de travail du processus.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Windows XP [applications de bureau uniquement] |
Serveur minimal pris en charge | Windows Server 2003 [applications de bureau uniquement] |
En-tête | psapi.h |