访客只能看到部份内容,免费 加入会员 或由脸书 Google 可以看到全部内容
while (not_done) { MSG msg; // do your processing here... if (PeekMessage(&msg, hWnd, 0, 0, TRUE)) { TranslateMessage(&msg); DispatchMessage(&msg); } }