Respected Sir,

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.

Re: About sending data to the printer via printer driver / dll driver by Tim

Tim
Sat Oct 14 01:00:16 CDT 2006

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.

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.
>