Jump to content

KernSelToFlat: Difference between revisions

From EDM2
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
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'' ([[ULONG]]) - input : 16:16 pointer  
    16:16 pointer  


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

Latest revision as of 03:44, 28 May 2025

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

Synopsis

ULONG KernSelToFlat(ULONG addr16);

Parameters

addr16 (ULONG) - input
16:16 pointer