Hi,

One of my current tasks is to list out all the files that comprise a
display driver, and the final piece of code should work on both WinXP and Win2000.

I have written a piece of code that will list out the files of a
driver, given the driver inf file, and the device id.

Now my task is to figure out the inf file of the display driver
installed on the system. When I use EnumDisplayDevices, the field
DeviceKey gives me some information about a location in the registry
to the driver registry area within HKLM\SYSTEM\CurrentControlSet.

Would like to know if I could and if yes, how, could I use the
information in the DeviceKey to get to the inf file of the driver...

Can anyone help??

Thanks,
Radha.