The platform calls the message handlingfunction of this message processing object whenever any event occurs that your program might possibly want to be notified about.
当发生任何需要通知给您的程序的事件时,平台将调用这个消息处理对象的消息处理功能。
3
If you always add a function like this to install your handlers, you never have to worry about your handlers clobbering other parts of the event-handling system.