Jump to content

KernThunkStackTo32

From EDM2
Revision as of 09:21, 10 January 2017 by Ak120 (talk | contribs) (Ak120 moved page OS2 API:KEE:KernThunkStackTo32 to KernThunkStackTo32)

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.