Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のウィンドウは、WndProc() によって処理されるメッセージによって呼び出される特定の関数の一部として無効になります。ただし、機能を続行する前に、ウィンドウの内容をすぐに再描画する必要があります。外部関数から WndProc(hWnd, WM_CREATE, NULL, NULL) などを呼び出す方法はありますか?