GetMessage
基本解释
- n.获取消息
英汉例句
- The system calls this function whenever an application calls the GetMessage or 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 a GetMessage hook procedure, not from a window procedure.
该消息没有返回值。这意味着在应用程序的主循环中被处理,或者在。 - NoSuchElementException (String s) Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
构造一个NoSuchElementException,将说明保存在错误信息字符串s中,以后可以通过getMessage 方法获得。 - NoSuchElementExceptionpublic NoSuchElementException(String s)Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
构造一个NoSuchElementException,将说明保存在错误信息字符串s中,以后可以通过getMessage 方法获得。 - This message indicates a request to terminate an application and is generated when the application calls the PostQuitMessage function. It causes the GetMessage function to return zero.
所以个人观点,退出哪有那么多的消息,只要程序正常退出,退出过程都是一个消息,因为发送完这个消息以后,程序就不具有了分发和处理消息的能力了