CreateProcess函数
摘要:函数原型: BOOL CreateProcess ( LPCTSTR lpApplicationName, //可执行文件的文件名,如"C:\\Windows\\system32\\notepad.exe" LPTSTR lpCommandLine, // 指定传递给可执行文件的参数,如"WORDPAD C:\\Windows\\System32\\ReadMe.txt" LPSE...
阅读全文
posted @ 2010-04-27 22:49
浙公网安备 33010602011771号