mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[PSDK] Add DRIVER_UNTRUSTED_RANK define
This commit is contained in:
parent
0782375f8b
commit
e763bec6cd
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue