Jump to content

KernLinToPageList

From EDM2
Revision as of 05:28, 6 June 2016 by Martini (talk | contribs) (Created page with " ==Synopsis== APIRET APIENTRY KernLinToPageList(PVOID linaddr,ULONG size,KEEVMPageList* list,PULONG pgsize); ==Description== Convert a linear address region to a pagelist. Th...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Synopsis

APIRET APIENTRY KernLinToPageList(PVOID linaddr,ULONG size,KEEVMPageList* list,PULONG pgsize);

Description

Convert a linear address region to a pagelist. This is the equivalent to DevHlp_LinToPageList.

Parameters

linaddr

   Address of the linear region 

size

   Length of the linear region 

list

   Address of an array of pagelist elements long enough to receive the pagelist entries. 

pgsize>

   Pointer to an ULONG that contains the number of pagelist entries that were actually stored.