| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1971 人关注过本帖
标题:public const int WM_DEVICECHANGE = 0x219;是什么意思
取消只看楼主 加入收藏
lokami
Rank: 1
等 级:新手上路
帖 子:9
专家分:0
注 册:2011-5-5
结帖率:60%
收藏
已结贴  问题点数:1 回复次数:0 
public const int WM_DEVICECHANGE = 0x219;是什么意思
public const int DBT_DEVICEARRIVAL = 0x8000;
        public const int DBT_CONFIGCHANGECANCELED = 0x0019;
        public const int DBT_CONFIGCHANGED = 0x0018;
        public const int DBT_CUSTOMEVENT = 0x8006;
        public const int DBT_DEVICEQUERYREMOVE = 0x8001;
        public const int DBT_DEVICEQUERYREMOVEFAILED = 0x8002;
        public const int DBT_DEVICEREMOVECOMPLETE = 0x8004;
        public const int DBT_DEVICEREMOVEPENDING = 0x8003;
        public const int DBT_DEVICETYPESPECIFIC = 0x8005;
        public const int DBT_DEVNODES_CHANGED = 0x0007;
        public const int DBT_QUERYCHANGECONFIG = 0x0017;
        public const int DBT_USERDEFINED = 0xFFFF;

又分别是什么意思?谢谢
搜索更多相关主题的帖子: public 
2011-06-06 12:07
快速回复:public const int WM_DEVICECHANGE = 0x219;是什么意思
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.026561 second(s), 8 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved