摘要: CreateProcess函数原型 CreateProcess 函数用于创建一个新进程(子进程)及其主线程,其函数原型如下: BOOL CreateProcess( LPCWSTR lpApplicationName,//指向可执行模块名称的指针 LPWSTR lpCommandLine,//指向命 阅读全文
posted @ 2025-03-11 09:36 caoruipeng 阅读(924) 评论(0) 推荐(1)