HLK ApiValidator test Error: xxx.sys has unsupported API call to "ntoskrnl.exe!KeGetCurrentIrql"
muaxi8
5
Reputation points
hello:
Environemts:
Windows SDK version: 10.0.22621.0
HLK: Windows 10 22H2, it is running the server 2016 .
I am developing the kernel mode driver for Windows 10 and trying to pass the ApiValidator.
I can pass the ApiValidator in VS2022 environment. But I can't pass it in HLK environment.
i am getting Error: xxx.sys has unsupported API call to "ntoskrnl.exe!KeGetCurrentIrql"problem
I attach the UniversalDDIs.xml files .
- UniversalDDIs.xml vs2022: C:\Program Files (x86)\Windows Kits\10\build\10.0.22621.0\universalDDIs\x64\UniversalDDIs.xml
- amd64_UniversalDDIs.xml HLK: C:\Program Files (x86)\Windows Kits\10\Hardware Lab Kit\Tests\amd64\ApiValidator\amd64_UniversalDDIs
can you help me ,why KeGetCurrentIrql is not support in the HLK,but
driver can running . How can I fix it
thank you !
Sign in to answer