Re: About sending data to the printer via printer driver / dll dri by sdr
sdr
Sun Oct 15 11:04:02 CDT 2006
Respected Sir,
I would also like to know asto how can I send the data after
getting it from my driver to printer via user app?
regards,
Sudhanshu
"Tim Roberts" wrote:
> sdr <sdr@discussions.microsoft.com> wrote:
> >
> > I would like to know asto how can I send the data
> >tobe printed to the printer via kernel driver and also that, how can I send
> >the data via my kernel driver to printer driver, that data to be printer on
> >printer? please let me know in detailed manner.
>
> You should write a helper application in user-mode, and have it fetch the
> data from the driver and do the printing. Printing is a user-mode
> activity, and you will never achieve happiness by trying to do it from a
> kernel driver.
> --
> - Tim Roberts, timr@probo.com
> Providenza & Boekelheide, Inc.
>