As this function calls the default window procedure to provide default processing for any window messages that an application does not process, i was just wondering what does it do with those messages, does it just basically throw them away?
Printable View
As this function calls the default window procedure to provide default processing for any window messages that an application does not process, i was just wondering what does it do with those messages, does it just basically throw them away?
If we knew that, we would be sued by Microsoft since we would have the source code to the Windows OS.
Anyway, your question answers the question:
Regards,Quote:
to provide default processing for any window messages that an application does not process
Paul McKenzie