Code: LPWSTR *szArglist; int nArgs; int i; szArglist = CommandLineToArgvW(GetCommandLineW(), &nArgs); CString cl_parameter; for( i=0; ...
確定! 回上一頁