Jump to content

KernThunkStackTo32

From EDM2
Revision as of 05:19, 6 June 2016 by Martini (talk | contribs) (Created page with "==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== ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.