Jump to content

KernThunkStackTo16

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

Synopsis

VOID APIENTRY KernThunkStackTo16(VOID);

Description

This will convert a 16:32 SS:ESP value to a 16:16 SS:SP value.

Parameters

None.

Comments

I think this is required for correct calling of 16 bit code from the 32 bit driver, as 16 bit drivers assume a 16:16 stackpointer.