Re: Wine and Windows Hooks

2003-09-08 Thread Mike Hearn
On Mon, 08 Sep 2003 12:49:14 +0530, Sir Sukumar .S scribed thus: > I would like to understand how each Windows Messages like WM_COMMAND are > processed and handled by wine ? If i call a function SendMessage and pass > one window handle to it with the appropriate message (i.e WM_GETTEXT ) > how it w

RE: Wine and Windows Hooks

2003-09-08 Thread Robert Shearman
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Sukumar .S > Sent: 08 September 2003 08:19 > To: [EMAIL PROTECTED] > Subject: Wine and Windows Hooks > I would like to understand how each Windows Messages like WM_COMMAND are >

Wine and Windows Hooks

2003-09-08 Thread Sukumar .S
Dear All, I would like to understand how each Windows Messages like WM_COMMAND are processed and handled by wine ? If i call a function SendMessage and pass one window handle to it with the appropriate message (i.e WM_GETTEXT ) how it will be processed ? Is it going through the wine-server ? I'm