GUID Explorer
This page contains a list of Frequently Asked Questions (FAQ) regarding our GUID Explorer utility.
Why can't I find a definition for the APIs SetupDiEnumDeviceInfo() and
SetupDiGetDeviceRegistryProperty() in the MSDN Library?
You can find the definition for these APIs in the Windows 2000 DDK (or the latest version of MSDN).
Can I retrieve similar information from my kernel driver?
Take a look at the IoGetDeviceProperty() API as described in the Windows 2000 DDK.
|