Windows下创建进程和线程(Console下使用API)[12]

[入库:2006年2月23日] [更新:2007年3月24日]

本文简介:

                                          &startInfo,

                                          &procInfo                                        

                                   )

                                   )

                            {

                                   fprintf(stderr,"CreatProcess failed on error %d\n",GetLastError());

                                   ExitProcess(0);

                            }                  

                     }

                     //Terminate after all commands have finished.

本文关键:Windows下创建进程和线程(Console下使用API)
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top