mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
- Define the PLUGPLAY_REGKEY_* flags.
svn path=/trunk/; revision=11382
This commit is contained in:
parent
6b8a09e4a4
commit
3d8c71fce1
1 changed files with 4 additions and 0 deletions
|
@ -6528,6 +6528,10 @@ IoOpenDeviceInterfaceRegistryKey(
|
|||
IN ACCESS_MASK DesiredAccess,
|
||||
OUT PHANDLE DeviceInterfaceKey);
|
||||
|
||||
#define PLUGPLAY_REGKEY_DEVICE 1
|
||||
#define PLUGPLAY_REGKEY_DRIVER 2
|
||||
#define PLUGPLAY_REGKEY_CURRENT_HWPROFILE 4
|
||||
|
||||
NTOSAPI
|
||||
NTSTATUS
|
||||
DDKAPI
|
||||
|
|
Loading…
Reference in a new issue