mirror of
https://github.com/reactos/reactos.git
synced 2025-04-20 04:20:46 +00:00
[NTOS:PNPMGR] Implement IoGetDeviceProperty/DevicePropertyInstallState case
svn path=/trunk/; revision=65867
This commit is contained in:
parent
aa38d68da9
commit
74872db16c
1 changed files with 5 additions and 1 deletions
|
@ -3977,8 +3977,12 @@ IoGetDeviceProperty(IN PDEVICE_OBJECT DeviceObject,
|
|||
PIP_UNIMPLEMENTED();
|
||||
case DevicePropertyRemovalPolicy:
|
||||
PIP_UNIMPLEMENTED();
|
||||
break;
|
||||
case DevicePropertyInstallState:
|
||||
PIP_UNIMPLEMENTED();
|
||||
{
|
||||
ValueName = REGSTR_VAL_CONFIGFLAGS;
|
||||
break;
|
||||
}
|
||||
case DevicePropertyResourceRequirements:
|
||||
PIP_UNIMPLEMENTED();
|
||||
case DevicePropertyAllocatedResources:
|
||||
|
|
Loading…
Reference in a new issue