搜索资源列表
ShowMSG
- 将Windows应用程序中的Windows消息实时地通过记事本显示出来.-Windows Application Program for Windows through real-time information in the notebook show.
windows
- windows编程第五版(经典教程):主要讲述事件驱动、消息机制。每部分有典型例子-programming windows fifth edition (the classic tutorial): Main talk about event-driven, message mechanism. Each part there is a typical example of
Windows
- 一点关于windows消息驱动的知识,是学习MFC的前提-windows dirver
USBListening
- 当USB设备插入或者弹出时,Windows会产生一条全局消息:WM_DEVICECHANGE 我们需要做的是,获得这条消息的wParam参数,如果为DBT_DEVICEARRIVAL则表示有设备插入并可用, 如果是DBT_DEVICEREMOVECOMPLETE则表示有设备已经移除。再查看lParam参数为DBT_DEVTYP_VOLUME时, 就可以取出DEV_BROADCAST_VOLUME结构的卷号dbcv_unitmask,就知道是哪个卷被插入或者弹出。-W