mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
forgot to commit this change
svn path=/trunk/; revision=19778
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user