DLL命令名 | 返回值类型 | 公开 | 备注 | |
CreateProcessA | 整数型 | 创建进程。 | ||
DLL库文件名 | ||||
kernel32.dll | ||||
在DLL库中对应命令名 | ||||
CreateProcessA | ||||
参数名 | 类型 | 传址 | 数组 | 备注 |
lpApplicationName | 文本型 | |||
lpCommandLine | 文本型 | |||
lpProcessAttributes | 整数型 | |||
lpThreadAttributes | 整数型 | |||
bInheritHandles | 整数型 | |||
dwCreationFlags | 整数型 | |||
lpEnvironment | 整数型 | |||
lpCurrentDriectory | 文本型 | |||
lpStartupInfo | STARTUPINFO | |||
lpProcessInformation | 进程结构 | 进程结构 |
词条作者信息 使用例程