Code: // globally defined; WNDPROC oriWndProc = NULL;; // to apply the hook; oriWndProc = (WNDPROC)SetWindowLongPtr(game::window, GWL_WNDPROC, ( ...
確定! 回上一頁