microsoft / Windows-driver-samples

This repo contains driver samples prepared for use with Microsoft Visual Studio and the Windows Driver Kit (WDK). It contains both Universal Windows Driver and desktop-only driver samples.
Microsoft Public License
6.92k stars 4.93k forks source link

Simpler printer driver example #568

Open appdevsw opened 3 years ago

appdevsw commented 3 years ago

Hi, Could you provide an example of the most simple printer drvier, for example a driver that just copy raw data received by driver to a file, without any transformations? XPS examples you provided are to difficult for the first time. I compiled a project form the XPSDrv_Driver_and_Filter_Sample.zip archive, but I don't even know, where is the place in the code, where the data stream is received. Please help.

elvis-sun commented 1 year ago

@appdevsw hello, do you know how to get the data stream in the xpsdrvsmpl driver