Desktop Functions: Smart Device Functions:
|
Search Results for "GetDeviceDriverBaseName" in [All]psapiRemember, this ONLY enumerates device drivers that are currently loaded. If a plug-n-play device is not inserted, its driver probably won't be enumerated by EnumDeviceDrivers. With the 'load addresses' returned by this function, you can get the drivers' base names using the GetDeviceDriverBaseName function.
private static extern int GetDeviceDriverBaseName(
int result = GetDeviceDriverBaseName(ddAddresses[i], sb, sb.Capacity); |