Показать сообщение отдельно
  #2  
Старый 22.08.2010, 09:49
lmikle lmikle вне форума
Модератор
 
Регистрация: 17.04.2008
Сообщения: 8,096
Версия Delphi: 7, XE3, 10.2
Репутация: 49089
По умолчанию

Read this: http://msdn.microsoft.com/en-us/libr...35(VS.85).aspx

I'm not sure that this is the correct function to enumerate all drivers installed in system. I think that the EnumDeviceDrivers function is more useful for this. Expample is here: http://msdn.microsoft.com/en-us/libr...19(VS.85).aspx
Or just scan Windows home directory with subdirectories for required files using FindFirst/FindNext/FindClose.
Ответить с цитированием