"Robert Shearman" R.J.Shearman@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.
-----Original Message----- From: julliard@winehq.com [mailto:julliard@winehq.com] Sent: 13 January 2003 17:48 To: Robert Shearman Cc: wine-devel@winehq.com Subject: Re: user32.SendMessageCallback
"Robert Shearman" R.J.Shearman@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