Re: WndProc (stack clean up?)
- From: Tim Roberts <spamtrap@xxxxxxxxxx>
- Date: Thu, 31 Jul 2008 06:04:20 GMT
"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.
.
- References:
- WndProc (stack clean up?)
- From: bwaichu@xxxxxxxxx
- WndProc (stack clean up?)
- Prev by Date: Re: Disassembler questions
- Next by Date: Re: disassembly of Debug.exe?
- Previous by thread: WndProc (stack clean up?)
- Next by thread: Re: WndProc (stack clean up?)
- Index(es):
Relevant Pages
|