forgot to commit this change

svn path=/trunk/; revision=19778
This commit is contained in:
Thomas Bluemel 2005-11-30 16:52:41 +00:00
parent 8274f45b80
commit 8a98faad53

View file

@ -152,10 +152,14 @@ extern "C" {
#define DIF_ADDREMOTEPROPERTYPAGE_ADVANCED 40
#define DIF_UPDATEDRIVER_UI 41
#define DIF_RESERVED2 42
#define DIGCF_DEFAULT 0x00000001
#define DIGCDP_FLAG_BASIC 0x00000001
#define DIGCF_PRESENT 0x00000002
#define DIGCDP_FLAG_ADVANCED 0x00000002
#if (_SETUPAPI_VER >= 0x0501)
#define DIGCDP_FLAG_REMOTE_BASIC 0x00000003
#define DIGCDP_FLAG_REMOTE_ADVANCED 0x00000004
#endif
#define DIGCF_DEFAULT 0x00000001
#define DIGCF_PRESENT 0x00000002
#define DIGCF_ALLCLASSES 0x00000004
#define DIGCF_PROFILE 0x00000008
#define DIGCF_DEVICEINTERFACE 0x00000010