CWnd::OnDeviceChange这个函数实现了什么功能??
CWnd::OnDeviceChange这个函数实现了什么功能??
这是它的Remarks:
The framework calls this member function to notify an application or device driver of a change to the hardware configuration of a device or the computer.
谁帮我解释一下~~谢谢.....
问题点数:0、回复次数:1Top
1 楼saliors(正在学习中)回复于 2005-06-02 16:53:48 得分 0
系统中新加入或者移去一个设备都会产生该消息。比如插入一个u盘,操作系统会向所有的应用程序发出该消息
Top




