... i; //GetCommandLineA是libmingw中的一个函数,获取当前进程的命令参数缓冲区指针 UCHAR *p = GetCommandLineA(), *q, *q0, **argv; //因此有必要将命令拷贝到程序 ...
確定! 回上一頁