KernThunkStackTo32: Difference between revisions
Appearance
No edit summary |
No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
This will convert a 16:16 SS:SP back to the 16:32 SS:ESP convention. | |||
==Synopsis== | ==Synopsis== | ||
VOID APIENTRY KernThunkStackTo32(VOID); | VOID APIENTRY KernThunkStackTo32(VOID); | ||
==Parameters== | ==Parameters== | ||
Line 11: | Line 10: | ||
This is supposedly to be called after returning from 16 bit code. | This is supposedly to be called after returning from 16 bit code. | ||
[[Category: | [[Category:KEE]] |
Latest revision as of 22:56, 9 June 2017
This will convert a 16:16 SS:SP back to the 16:32 SS:ESP convention.
Synopsis
VOID APIENTRY KernThunkStackTo32(VOID);
Parameters
None.
Comments
This is supposedly to be called after returning from 16 bit code.