For questions about the Windows Driver Kit (WDK, formerly WinDDK), which includes the tools and documentation needed to develop drivers for the Windows platform.
I am working on VS 2013 in Win 8.1. How to solve this warning?
visual-c++ visual-studio-2013 wdkWhat is Windows Kernel Driver written with the WDK? What is different from normal app or service?
winapi wdkI used one Windows Driver samples from github (Filesys) and tried to build it on Windows 10 with Visual Studio 2015. I …
visual-studio msbuild windows-10 wdkI want to develop a virtual webcam driver which from User mode I'll pass image to it and it will …
c++ webcam directshow device-driver wdkI'm been trying to get into driver development (queue the "don't do that") I have been looking at this msdn …
c++ visual-studio-2015 driver wdkTwo questions: 1. In "ntdef.h" the NTSTATUS is defined as follow: typedef __success(return >= 0) LONG NTSTATUS; what the hell …
c driver wdkI'm trying to read from an USB HID device, I know how to do it in C# using DLLImport hid.…
visual-c++ usb hid wdkCan't find it in Windows SDK and DDK, but some of our existing code includes it. The only meaningful link …
windows sdk wdkdoes anyone have an article how to do this ?
visual-studio driver wdkI'd like to create a virtual HID device (emulate it with a driver). It must be visible to clients that …
virtual hid wdk