Jump to content

KernLinToPageList: Difference between revisions

From EDM2
Ak120 (talk | contribs)
No edit summary
Line 18: Line 18:




[[Category:The OS/2 API Project]]
[[Category:Kern]]

Revision as of 02:48, 10 May 2017

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.