GetCommandLineW = ctypes.cdll.kernel32.GetCommandLineW GetCommandLineW.argtypes = [] GetCommandLineW.restype = wintypes.LPCWSTR cmd_line = GetCommandLineW() ...
確定! 回上一頁