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
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.
Is there a way to programmatically install device driver silently without cat file and without connecting the device on Windows Xp?
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