Re: WndProc (stack clean up?)



"bwaichu@xxxxxxxxx" <spamtrap@xxxxxxxxxx> wrote:

When using a window procedure, do I need to clean up the stack or will
windows clean up the stack for me? Do I need the RET 16 or can I just
RET?

You need the "RET 16". The standard calling sequence in Win32 uses "callee
cleanup".
--
Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.

.



Relevant Pages