Hello again everyone,
Does anyone know how to go about retrieving the driver resource information
(date, version, etc), for all of the drivers loaded into the system, from a
user- mode application? I know the information is available in the Device
Manager, but this is for an XP Embedded target, and we want to display the
information ourselves.

Re: Making a report of loaded drivers and their Version Info by Don

Don
Tue Dec 09 14:31:42 CST 2003

Use EnumDeviceDrivers
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/perfmon/base/enumdevicedrivers.asp
then get the file name from GetDeviceDriverFileName then read the revision.


--
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Remove StopSpam from the email to reply

"Gereon" <gereon_msdn@alwaysfind.us> wrote in message
news:OWA8G1ovDHA.1872@TK2MSFTNGP09.phx.gbl...
> Hello again everyone,
> Does anyone know how to go about retrieving the driver resource
information
> (date, version, etc), for all of the drivers loaded into the system, from
a
> user- mode application? I know the information is available in the Device
> Manager, but this is for an XP Embedded target, and we want to display the
> information ourselves.
>
>



Re: Making a report of loaded drivers and their Version Info by Maxim

Maxim
Thu Dec 11 14:47:14 CST 2003

WMI can help, or a C app which will call ZwQuerySystemInformation
(undocumented).

--
Maxim Shatskih, Windows DDK MVP
StorageCraft Corporation
maxim@storagecraft.com
http://www.storagecraft.com


"Gereon" <gereon_msdn@alwaysfind.us> wrote in message
news:OWA8G1ovDHA.1872@TK2MSFTNGP09.phx.gbl...
> Hello again everyone,
> Does anyone know how to go about retrieving the driver resource information
> (date, version, etc), for all of the drivers loaded into the system, from a
> user- mode application? I know the information is available in the Device
> Manager, but this is for an XP Embedded target, and we want to display the
> information ourselves.
>
>