user32.SendMessageCallback

Robert Shearman R.J.Shearman at warwick.ac.uk
Mon Jan 13 12:17:11 CST 2003


> -----Original Message-----
> From: julliard at winehq.com [mailto:julliard at winehq.com]
> Sent: 13 January 2003 17:48
> To: Robert Shearman
> Cc: wine-devel at winehq.com
> Subject: Re: user32.SendMessageCallback
>
>
> "Robert Shearman" <R.J.Shearman at warwick.ac.uk> writes:
>
> > ChangeLog:
> > - Fix SendMessageCallback so that it works in all cases now
>
> You can't do it that way, the callback has to be called in the context
> of the thread that sent the message.

Ah, yes. After reading MSDN I spotted the following line:

"The callback function is called only when the thread that called
SendMessageCallback also calls GetMessage, PeekMessage, or WaitMessage."

In that case, I have no idea what to do for this function :(

Rob





More information about the wine-devel mailing list