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.
無論什么時(shí)候,當(dāng)應(yīng)用程序一調(diào)用GetMessage 或者 PeekMessage方法,有鼠標(biāo)消息即將被處理時(shí),系統(tǒng)調(diào)用該方法。 - 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.
該消息沒有返回值。這意味著在應(yīng)用程序的主循環(huán)中被處理,或者在。 - NoSuchElementException (String s) Constructs a NoSuchElementException, saving a reference to the error message string s for later retrieval by the getMessage method.
構(gòu)造一個(gè)NoSuchElementException,將說明保存在錯(cuò)誤信息字符串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.
構(gòu)造一個(gè)NoSuchElementException,將說明保存在錯(cuò)誤信息字符串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.
所以個(gè)人觀點(diǎn),退出哪有那么多的消息,只要程序正常退出,退出過程都是一個(gè)消息,因?yàn)榘l(fā)送完這個(gè)消息以后,程序就不具有了分發(fā)和處理消息的能力了