else if (SC_CLOSE == pMsg->wParam) { OutputDebugString(_T("GameTips: - 截获了关闭消息")); pMsg->message = WM_NULL; //将消息重置为WM_NULL,就达到截获的目的. } ...
確定! 回上一頁