首页 > 其他分享 >BOOL CreateProcess

BOOL CreateProcess

时间:2022-10-02 13:11:59浏览次数:51  
标签:lpProcessAttributes CreateProcess LPCTSTR BOOL ATTRIBUTES LPSECURITY

https://blog.csdn.net/fuhanghang/article/details/112988299

 


BOOL CreateProcess
(
LPCTSTR lpApplicationName,
LPTSTR lpCommandLine,
LPSECURITY_ATTRIBUTES lpProcessAttributes,
LPSECURITY_ATTRIBUTES lpThreadAttributes,
BOOL bInheritHandles,
DWORD dwCreationFlags,
LPVOID lpEnvironment,
LPCTSTR lpCurrentDirectory,
LPSTARTUPINFO lpStartupInfo,
LPPROCESS_INFORMATION lpProcessInformation
);

标签:lpProcessAttributes,CreateProcess,LPCTSTR,BOOL,ATTRIBUTES,LPSECURITY
From: https://www.cnblogs.com/cnetsa/p/16748632.html

相关文章