include vmm.inc
DemandInfoStruc struc
DILin_Total_Count dd ? ; pages in linear addr. space
DIPhys_Count dd ? ; see below
DIFree_Count dd ? ; see below
DIUnlock_Count dd ? ; see below
DILinear_Base_Addr dd ? ; always zero
DILin_Total_Free dd ? ; see below
DIPage_Faults dd ? ; total page faults
DIPage_Ins dd ? ; calls to pagers to page in
DIPage_Outs dd ? ; calls to pagers to page out
DIPage_Discards dd ? ; calls to pagers to discard
DIInstance_Faults dd ? ; instance page faults
DIPagingFileMax dd ? ; see below
DIPagingFileInUse dd ? ; see below
DICommit_Count dd ? ; total committed pages
DIReserved dd 2 DUP (?) ; reserved; do not use
DemandInfoStruc ends
The DemandInfoStruc structure contains information about pages that are subject to demand paging. The _GetDemandPageInfo service fills in the members of this structure.
_GetDemandPageInfo