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
> -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
>
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