訪客只能看到部份內容,免費 加入會員 或由臉書 Google 可以看到全部內容
while (not_done) { MSG msg; // do your processing here... if (PeekMessage(&msg, hWnd, 0, 0, TRUE)) { TranslateMessage(&msg); DispatchMessage(&msg); } }