KernThunkStackTo32: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernThunkStackTo32 to KernThunkStackTo32 |
No edit summary |
||
Line 11: | Line 11: | ||
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:Kern]] |
Revision as of 02:48, 10 May 2017
Synopsis
VOID APIENTRY KernThunkStackTo32(VOID);
Description
This will convert a 16:16 SS:SP back to the 16:32 SS:ESP convention.
Parameters
None.
Comments
This is supposedly to be called after returning from 16 bit code.