Re: Sending/returning values to MFC/Microsoft functions
- From: Tim Roberts <spamtrap@xxxxxxxxxx>
- Date: Wed, 18 Oct 2006 05:02:04 GMT
"Trev" <spamtrap@xxxxxxxxxx> wrote:
Sorry for a really stupid question, but how do I send and receive
values to/from Windows APIs? Is it via the stack, or via registers? If
the latter, is there a website that lists which registers contain which
return values?
All of the Windows APIs are C APIs. That means values are passed in on the
stack, and dword return values are returned in eax.
--
- Tim Roberts, timr@xxxxxxxxx
Providenza & Boekelheide, Inc.
.
- Follow-Ups:
- References:
- Prev by Date: Enter multiple values and display them all at once
- Next by Date: Re: OllyDbg used to debug VC2005 applications?
- Previous by thread: Sending/returning values to MFC/Microsoft functions
- Next by thread: Re: Sending/returning values to MFC/Microsoft functions
- Index(es):
Relevant Pages
|