g_previwndProc = (pNndProcFunc)SetWindowLong( (HWND)g_hwnd, GWL_WNDPROC, (long)wndProc); We accomplish this with a call to SetWindowLong.
確定! 回上一頁