Arglist = CommandLineToArgvW(GetCommandLineW(), &nArgs); for(int i=0; i<nArgs; i++) cout<<(LPSTR)Arglist[i]<<endl; LocalFree(Arglist);.
確定! 回上一頁