szArgs = CommandLineToArgvW(GetCommandLineW(), &nArgs);. if (szArgs == NULL) return -1;. for (int i = 0; i < nArgs; ++i) wprintf(L"%u: ...
確定! 回上一頁