mirror of
https://github.com/reactos/reactos.git
synced 2026-05-30 14:34:57 +08:00
[PSDK] Add DRIVER_UNTRUSTED_RANK define
This commit is contained in:
@@ -272,6 +272,11 @@ extern "C" {
|
||||
#define DPROMPT_BUFFERTOOSMALL 3
|
||||
#define DPROMPT_OUTOFMEMORY 4
|
||||
#define DRIVER_HARDWAREID_RANK 0x00000FFF
|
||||
#if (_SETUPAPI_VER >= 0x0600)
|
||||
#define DRIVER_UNTRUSTED_RANK 0x80000000
|
||||
#else
|
||||
#define DRIVER_UNTRUSTED_RANK 0x00008000
|
||||
#endif
|
||||
#define DYNAWIZ_FLAG_PAGESADDED 0x00000001
|
||||
#define DYNAWIZ_FLAG_INSTALLDET_NEXT 0x00000002
|
||||
#define DYNAWIZ_FLAG_INSTALLDET_PREV 0x00000004
|
||||
|
||||
Reference in New Issue
Block a user