if(IsWindowUnicode(hWnd)) return DefWindowProcW(hWnd, uMsg, wParam, ... problem in your code is that you are using DefWindowProc instead of DefWindowProcW .
確定! 回上一頁