... vector<wstring> getArgs() { int argc; wchar_t** argv = CommandLineToArgvW(GetCommandLineW(), &argc); vector<wstring> args; if (argv) { args.assign(argv, ...
確定! 回上一頁