LONG_PTR GetWindowLongPtr( HWND hWnd, int nIndex );. 根据MSDN,如果运行64位窗口,则需要使用 GetWindowLongPtr ,因为 GetWindowLong 只使用32位长, ...
確定! 回上一頁