BOOL CreateProcess(<br><br> LPCTSTR lpApplicationName, // pointer to name of executable module <br> LPTSTR lpCommandLine, // pointer to command line string<br> LPSECURITY_ATTRIBUTES lpProcessAttributes, // pointer to process security attributes <br> LPSECURITY_ATTRIBUTES lpThreadAttributes, // pointer to thread security attributes <br> BOOL bInheritHandles, // handle inheritance flag <br> DWORD dwCreationFlags, // creation flags <br> LPVOID lpEnvironment, // pointer to new environment block <br> LPCTSTR lpCurrentDirectory, // pointer to current directory name <br> LPSTARTUPINFO lpStartupInfo, // pointer to STARTUPINFO <br> LPPROCESS_INFORMATION lpProcessInformation // pointer to PROCESS_INFORMATION <br> );<br>帮顶,我也想知道.