Jump to content

KernSelToFlat: Difference between revisions

From EDM2
Created page with "==Synopsis== ULONG KernSelToFlat(ULONG addr16); ==Description== Convert a 16:16 address to a flat address. Returns the linear flat address. ==Parameters== addr16 16:16 ..."
 
No edit summary
 
(3 intermediate revisions by 2 users 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:The OS/2 API Project]]
[[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