摘要:
windows下有没有 类似 fork 的函数呢?fork可以从当前 复制所有进程信息都另一个进程,然后两个进程可以执行不同的代码。windows显然没有fork。只有CreateProcess,但是CreateProcess有很多参数:BOOL WINAPI CreateProcess( _In_opt_ LPCTSTR lpApplicationName, _Inout_opt_ LPTSTR lpCommandLine, _In_opt_ LPSECURITY_ATTRIBUTES lpProcessAttributes, _In_opt_ LPSECU... 阅读全文
posted @ 2012-11-04 20:48
ayanmw
阅读(9565)
评论(1)
推荐(1)

浙公网安备 33010602011771号