Undocumented functions of NTDLL

2OO1, 9 February


SYSTEM_PAGEFILE_INFORMATION
SYSTEM_PAGEFILE_INFORMATION

typedef struct _SYSTEM_PAGEFILE_INFORMATION {

ULONG NextEntryOffset; ULONG TotalSize; ULONG TotalInUse; ULONG PeakUsage; UNICODE_STRING PageFileName; } SYSTEM_PAGEFILE_INFORMATION, *PSYSTEM_PAGEFILE_INFORMATION;



Structure SYSTEM_PAGEFILE_INFORMATION is used as a result of call NtQuerySystemInformation with SystemPageFileInformation information class. If contains information about currently instaled Paged Files (files used by system for swap paged pool memory to disk).






Requirements:
Library: ntdll.lib


See also:
NtCreatePagingFile
NtQuerySystemInformation
SYSTEM_INFORMATION_CLASS