EnumPageFiles function kernel32
int
EnumPageFiles(
- Pointer<
NativeFunction< pCallBackRoutine,EnumPageFilesProc> > - Pointer<
NativeType> pContext
Calls the callback routine for each installed pagefile in the system.
BOOL K32EnumPageFilesW(
[out] PENUM_PAGE_FILE_CALLBACKW pCallBackRoutine,
[in] LPVOID pContext
);
Implementation
int EnumPageFiles(Pointer<NativeFunction<EnumPageFilesProc>> pCallBackRoutine,
Pointer pContext) =>
_K32EnumPageFiles(pCallBackRoutine, pContext);