estructura ENUM_PAGE_FILE_INFORMATION (psapi.h)
Contiene información sobre un archivo de página.
Sintaxis
typedef struct _ENUM_PAGE_FILE_INFORMATION {
DWORD cb;
DWORD Reserved;
SIZE_T TotalSize;
SIZE_T TotalInUse;
SIZE_T PeakUsage;
} ENUM_PAGE_FILE_INFORMATION, *PENUM_PAGE_FILE_INFORMATION;
Miembros
cb
Tamaño de esta estructura, en bytes.
Reserved
Este miembro está reservado.
TotalSize
Tamaño total del archivo de página, en páginas.
TotalInUse
Uso del archivo de página actual, en páginas.
PeakUsage
El uso máximo del archivo de páginas, en páginas.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows XP [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2003 [solo aplicaciones de escritorio] |
Encabezado | psapi.h |