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

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

本文简介:

                            if(!CreateProcess(

                                          NULL,//File name of executable

                                          cmdLine,//command line

                                          processA,//Process inherited security

                                          threadA, //Thread inherited security

                                          shareRights,//Rights propagation

                                          creationMask,//various creation flags

                                          enviroment,//Enviroment variable

                                          curDir,           //Child's current directory

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

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

go top