摘要
概括了两种不同类型的Windows进程间的通信模式,并对其各自的特点进行了阐述;提出了一种结合运用钩子函数和内存映像实现一类进程间通信的实现方案,并对该方案的具体实现方式进行了详尽的论证和阐述;给出了一个详细具体的应用实例。
Two modes of communications between Windows processes are expounded. A new practical scheme for the implementation of the communications between Windows processes using the windows hook function and memory mapping are proposed. The methods and procedures for the scheme are elaborated and expounded, and an application instance is provided.
出处
《计算机工程与科学》
CSCD
2005年第11期96-97,106,共3页
Computer Engineering & Science
关键词
进程
通信
数据交换
钩子函数
内存映像
process
communication
data exchange
hook function
memory mapping