释义 |
GetMessage 基本例句 n.获取消息 The system calls this function whenever an application calls theGetMessageor PeekMessage function and there is a mouse message to be processed.无论什么时候,当应用程序一调用GetMessage或者 PeekMessage方法,有鼠标消息即将被处理时,系统调用该方法。 This message does not return a value. It is meant to be processed from within an application's main loop or aGetMessagehook procedure, not from a window procedure.该消息没有返回值。这意味着在应用程序的主循环中被处理,或者在。 This message indicates a request to terminate an application and is generated when the application calls the PostQuitMessage function. It causes theGetMessagefunction to return zero.所以个人观点,退出哪有那么多的消息,只要程序正常退出,退出过程都是一个消息,因为发送完这个消息以后,程序就不具有了分发和处理消息的能力了 |