詞語:GetMessage
GetMessage的意思
GetMessage 獲取消息;消息循環;
GetMessage的參考例句
1.WH_GETMESSAGE :Installs a hook procedure that monitors messages posted to a message queue. 安裝一個鉤子子程來監視傳遞給消息隊列的消息。
2.to process the message. Messages in a message queue are retrieved by calls to the GetMessage or PeekMessage function. 把消息放到當前創建了一個特定窗口的線程的消息隊列裡,然後不等待次線程處理這個消息就返回。
3.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方法,有鼠標消息即將被處理時,系統調用該方法。