mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[NTOS:PNPMGR] Implement IoGetDeviceProperty/DevicePropertyInstallState case
svn path=/trunk/; revision=65867
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user