PageFile_Set_Async_Manager


mov     eax, FSD_Entry             ; entry in FSD
VxDcall PageFile_Set_Async_Manager
jc      error_handler

An FSD offering asynchronous page-outs stores an internal entry that a VxD can call to register a callback function that the system calls when the FSD is idle. This service can only be called during initialization. Uses Flags.

FSD_Entry

Entry in FSD.