PENUM_PAGE_FILE_CALLBACK typedef

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

Application-defined callback function used with the EnumPageFiles function.

Implementation

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