摘要
在应用系统的开发中,常常需要用程序实现Windows操作系统的某些管理任务。虽然使用Windows API能完成这些功能,但API属于底层程序接口,使用起来较为复杂。随着操作系统和应用系统的安装,Windows平台中有大量的组件对象模型(COM)。COM使用简便,而且具有编程语言的二进制兼容性,可优先考虑用于实现Windows的某些系统管理任务。
It often needs to programmatically implement some windows system management tasks in application development. Although windows API can be used to do this, API is a low-level programming interface and is somewhat complicated. There are many component object model (COM) in windows platform with the installation of OS and application systems. Because of its simplicity and binary compatibility in programming languages, COM is used to implement some windows system management tasks preferentially.
出处
《计算机工程与设计》
CSCD
2004年第8期1370-1374,共5页
Computer Engineering and Design