最后,调用模块的init函数,更新模块状态,表明模块已经加载并且可用。
Finally, the module's init function is called, and the module's state is updated to indicate that it is loaded and live.
此mfc全局数据的每个模块的副本都称作“模块状态”,详见MF C技术说明58中的描述。
This per-module copy of the MFC global data is known as a module state and is described in MFC Tech Note 58.
这个模块加载到系统内具有双重链接的所有模块的列表上,并且通过notifier列表通知正在等待模块状态改变的线程。
This module is loaded onto a doubly linked list of all modules in the system, and any threads currently waiting for module state change are notified through the notifier list.
MFC 的通用窗口过程会自动切换到正确的模块状态,因此您无需担心在规则DLL中实现的任何消息处理程序中的模块状态。
The MFC common window procedure automatically switches to the correct module state, so you do not need to worry about it in any message handlers implemented in your regular DLL.
MFC 的通用窗口过程会自动切换到正确的模块状态,因此您无需担心在规则DLL中实现的任何消息处理程序中的模块状态。
The MFC common window procedure automatically switches to the correct module state, so you do not need to worry about it in any message handlers implemented in your regular DLL.
应用推荐