#include <vmm.h> ULONG EXTERNAL _PageFlush(ULONG page, ULONG npages);
Writes a range of committed pages to the backing file by calling the appropriate pager function. This service does not mark the pages as not-present.