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