Top "Wdk" questions

For questions about the Windows Driver Kit (WDK, formerly WinDDK), which includes the tools and documentation needed to develop drivers for the Windows platform.

My SetupDiEnumDeviceInterfaces is not working

I am interested to find out if I am doing this right: //DeviceManager.h #include <windows.h> //#include &…

c++ device hid wdk
How to use ZwQueryInformationProcess to get ProcessImageFileName in a kernel driver?

I'm writing a simple kernel driver for my application (think of a very simple anti-malware application.) I've hooked ZwOpenFile() and …

c++ hook driver wdk
error MSB8040: Spectre-mitigated libraries are required for this project

I have a problem that I cannot solve. My code: #include "ntddk.h" #include <stdlib.h> NTSTATUS DriverEntry(…

c++ visual-studio-2019 wdk
How to get DPInst? Can't find it in WDK 8.1 install

I downloaded the latest WDK and have been looking everywhere for DPInst. Did they separate it into a different package …

windows drivers wdk dpinst
Deleting .inf and .pnf Files

I manually install my driver using an .inf file. Until now, I deleted the oem.inf and .pnf files from …

device-driver wdk inf
what does $< and $@ mean in make file

I found these pseudo variable name in my makefile in WDK build environment. What is referenced by these variables? It …

visual-studio makefile wdk
Windows: Is it *possible* to create a (virtual) video card driver?

i want to create a virtual monitor. The way this would work is that the virtual monitor would appear in …

windows virtualization wdk
Create a virtual MIDI port

I want to create a virtual MIDI loopback cable program that creates virtual MIDI ports to interconnect applications on Windows …

driver midi wdk winmm
Int2Cat - DriverVer set to incorrect date

I'm trying to develop a driver using Visual Studio 2012, which automatically integrates with WDK. When I try to build my …

visual-studio-2012 wdk
"fatal error U1087: cannot have : and :: dependents for same target"

Using the Microsoft Driver Development Kit (DDK), this error plagued me as I attempted even to build the default drivers …

build fatal-error wdk