GetCommandLineW GetCommandLineW.argtypes ... POINTER(LPWSTR) cmd = GetCommandLineW() argc = c_int(0) argv = CommandLineToArgvW(cmd, ...
確定! 回上一頁