BOOL CreateProcess(
// pointer to name of executable module
LPCTSTR lpApplicationName,
// pointer to command line string
LPTSTR lpCommandLine,
// pointer to process security attributes
LPSECURITY_ATTRIBUTES lpProcessAttributes,
// pointer to thread security attributes
LPSECURITY_ATTRIBUTES lpThreadAttributes,
// handle inheritance flag
BOOL bInheritHandles,
// creation flags
DWORD dwCreationFlags,
// pointer to new environment block
LPVOID lpEnvironment,
// pointer to current directory name
LPCTSTR lpCurrentDirectory,
// pointer to STARTUPINFO
LPSTARTUPINFO lpStartupInfo,
// pointer to PROCESS_INFORMATION
LPPROCESS_INFORMATION lpProcessInformation
);
도움말을 참고하세요...
그럼...
늘 새로운 나를 그리는 평생백수 천방...
|