wdk
How can I develop windows driver that does not touch hardware?
I need to crea开发者_StackOverflow中文版te a WDM driver that emulates a device that is not present. The driver needs to be loaded when the O/S boots, opened and closed via SetupDiXXX and CreateFile, n[详细]
2022-12-14 10:18 分类:问答Virtual Webcam Driver
I want to develop a virtual webcam driver which from User mode I\'ll pass image to it and it will display as webcam output.[详细]
2022-12-09 17:47 分类:问答Install device driver silently on Windows XP
Is there a way to programmatically install device driver silently without cat file and without connecting the device on Windows Xp?[详细]
2022-12-08 20:00 分类:问答Warning linking boost lib in WDK build ("LNK4217: locally defined symbol _ imported in function _")
I\'m building the below example boost-consuming user-mode app with the WDK, but I\'m getting the following errors when linking with the boost libraries that I built earlier using bootstrap and .\\bjam[详细]
2022-12-08 08:27 分类:问答