function GetWindowLongPtr(hwnd: HWND; nIndex: Integer): LONG_PTR; begin. Result := GetWindowLong(hwnd, nIndex);
確定! 回上一頁