def __init__(self, pid): handle = self.handle = ctypes.windll.kernel32.OpenProcess( READ_ACCESS, # win32con.PROCESS_ALL_ACCESS, False, pid) # Close the ...
確定! 回上一頁