문제

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!

올바른 솔루션이 없습니다

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top