标题: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



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-342017-1-1.html




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

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