void Message() { MSG nMsg = { 0 }; /*while (GetMessage(&nMsg, NULL, 0, 0)) { TranslateMessage(&nMsg); DispatchMessage(&nMsg); }*/ while (true) { if ...
確定! 回上一頁