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