GetCommandLineW GetCommandLineW.argtypes = [] GetCommandLineW.restype = LPCWSTR ... cmd = GetCommandLineW() argc = c_int(0) argv = CommandLineToArgvW(cmd, ...
確定! 回上一頁