add the driver details dialog (not fully implemented)
[reactos.git] / reactos / lib / devmgr / precomp.h
index 9ae7f66..86601c2 100644 (file)
@@ -313,6 +313,11 @@ GetDeviceDescriptionString(IN HDEVINFO DeviceInfoSet,
                            OUT LPWSTR szBuffer,
                            IN DWORD BufferSize);
 
                            OUT LPWSTR szBuffer,
                            IN DWORD BufferSize);
 
+BOOL
+FindCurrentDriver(IN HDEVINFO DeviceInfoSet,
+                  IN PSP_DEVINFO_DATA DeviceInfoData,
+                  OUT PSP_DRVINFO_DATA DriverInfoData);
+
 #endif /* __DEVMGR_H */
 
 /* EOF */
 #endif /* __DEVMGR_H */
 
 /* EOF */