Pregunta

How i can from program (C++ WinApi) verify video card driver. I need to check is driver is official version of ATI,NVIDIA,Intel driver. To exclude other custom driver versions and prevent program exceptions. Thanks!

No hay solución correcta

Otros consejos

You can use the WinVerifyTrust function and according to the linked documentation this function is able to inform your program about the fact that a given driver is a Windows Hardware Quality Labs (WHQL) signed driver or not.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top