KernSelToFlat: Difference between revisions
Appearance
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); | ||
==Parameters== | ==Parameters== | ||
addr16 | ; addr16 : 16:16 pointer | ||
[[Category: | [[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