a1ive / nwinfo

Hardware information utility for Windows
https://a1ive.github.io/nwinfo/
The Unlicense
65 stars 12 forks source link

Get the size of pagefile #26

Closed a1ive closed 11 months ago

a1ive commented 11 months ago

https://learn.microsoft.com/en-us/windows/win32/api/psapi/nf-psapi-getperformanceinfo https://learn.microsoft.com/en-us/windows/win32/api/psapi/nf-psapi-enumpagefilesw

#define PSAPI_VERSION 1
#include <psapi.h>
#pragma comment(lib, "psapi.lib")