Re: Programmatically determining arguments to a WinAPI function

2012-04-02 Thread Roger Cruz
s Roger R. Cruz From: Juan Lang To: Roger Cruz Cc: "wine-devel@winehq.org" Sent: Monday, April 2, 2012 3:45 PM Subject: Re: Programmatically determining arguments to a WinAPI function Hi Roger, On Mon, Apr 2, 2012 at 10:41 AM, Roger Cruz wrote: > I'

Re: Programmatically determining arguments to a WinAPI function

2012-04-02 Thread Juan Lang
Hi Roger, On Mon, Apr 2, 2012 at 10:41 AM, Roger Cruz wrote: > I'm looking for a way to determine programmatically what the arguments to a > Win32 API implemented in Wine are.  I'm trying to implement an API > redirection stub that I can use to trace calls into all of the > Wine-implemented DLLs.

Programmatically determining arguments to a WinAPI function

2012-04-02 Thread Roger Cruz
I'm looking for a way to determine programmatically what the arguments to a Win32 API implemented in Wine are.  I'm trying to implement an API redirection stub that I can use to trace calls into all of the Wine-implemented DLLs.  My stub needs to know what each argument passed into the Win32 API