EnumPageFilesProc typedef

EnumPageFilesProc = BOOL Function(PVOID pContext, Pointer<ENUM_PAGE_FILE_INFORMATION> pPageFileInfo, LPWSTR lpFilename)

Application-defined callback function used with the EnumPageFiles function.

Implementation

typedef EnumPageFilesProc = BOOL Function(PVOID pContext,
    Pointer<ENUM_PAGE_FILE_INFORMATION> pPageFileInfo, LPWSTR lpFilename);