Jump to content

KernSelToFlat: Difference between revisions

From EDM2
No edit summary
No edit summary
Line 1: Line 1:
Convert a 16:16 address to a flat address. Returns the linear flat address.
==Synopsis==
==Synopsis==
ULONG KernSelToFlat(ULONG addr16);
ULONG KernSelToFlat(ULONG addr16);
 
==Description==
Convert a 16:16 address to a flat address. Returns the linear flat address.


==Parameters==
==Parameters==


addr16
; addr16 : 16:16 pointer  
    16:16 pointer  


[[Category:Kern]]
[[Category:KEE]]

Revision as of 21:53, 9 June 2017

Convert a 16:16 address to a flat address. Returns the linear flat address.

Synopsis

ULONG KernSelToFlat(ULONG addr16);

Parameters

addr16
16:16 pointer