Add the driver page if necessary, based on a patch by Herve
[reactos.git] / reactos / lib / devmgr / precomp.h
index 146badd..9f34aee 100644 (file)
@@ -261,6 +261,11 @@ IsDeviceHidden(IN DEVINST DevInst,
                IN HMACHINE hMachine,
                OUT BOOL *IsHidden);
 
+BOOL
+IsDriverInstalled(IN DEVINST DevInst,
+                  IN HMACHINE hMachine,
+                  OUT BOOL *Installed);
+
 BOOL
 CanDisableDevice(IN DEVINST DevInst,
                  IN HMACHINE hMachine,