SetWindowLongW.argtypes = [HWND, c_int, LONG] LONG_PTR = HWND # should be an integer, but a pointer is simpler if sizeof(HWND) == sizeof(c_long): # WIN32 ...
確定! 回上一頁