cout.flush();
if (WaitForSingleObject(process,INFINITE)==STAUTE_WAIT_0)
cout<<”Slave:Master completedn”;
else
cout<<”Slave:Unexpected errorn”;
exit(0);
}
5 小结:
通过本文介绍 , 读者应能掌握 Windows 2000 进程的创建 , 了解 Windows 2000 进程的控制 。
参考文献
1 《新编 WINDOWS API 参考大全》朱友芹 主编 ………… 电子工业出版社 , 2000。
【Windows 2000系统编程——进程的创建】2 《 Windows 2000 系统编程》 ( 美 ) AI Williams 著 钮文良等译 … 机械工业出版社 , 2001。
推荐阅读
- 4 《Undocumented Windows 2000 Secrets》翻译 --- 第四章
- 3 《Undocumented Windows 2000 Secrets》翻译 --- 第四章
- Windows 2000/2003下如何使用组策略禁止用户修改密码
- windows 2000密码破解
- Windows 2000对调试技术的支持
- 永久删除 Windows 2000 默认本地 C, D 盘共享的两个批处理文件
- Windows 2000 无法直接关机解决方案
- 2 《Undocumented Windows 2000 Secrets》翻译 --- 第二章
- 2 《Undocumented Windows 2000 Secrets》翻译 --- 2
- 使用 Windows 2000 中的 IPSec IP 筛选器列表
