Must multimedia players check the message queue and invoke DispatchMessage?

Ove Kåven ovek at arcticnet.no
Sat Apr 9 19:54:20 CDT 2011


Den 09. april 2011 20:47, skrev Charles Davis:
> On 4/9/11 12:43 PM, Ove Kaaven wrote:
>> The function calling GetMessage isn't supposed to do anything beyond
>> calling DispatchMessage.
> What about TranslateMessage()?

I didn't mean it all that literally, but fine, if you want to pick that
nit... however, TranslateMessage is only useful if you plan to process
text input, which is probably not usually the case for multimedia
players anyway (perhaps except in modal dialog boxes, but they have
their own independent message loop anyway, implemented in user32).



More information about the wine-devel mailing list