Program for write function in filter driver

Hi,
i am new to windows drivers, i want a program which prints the user suppiled data in my filter driver, i.e how to implement write function in the filter driver which prints user data in the driver

thanks
shiva

Implement a dispatch function for IRP_MJ_WRITE.

xxxxx@yahoo.co.in wrote:

Hi,
i am new to windows drivers, i want a program which prints the user suppiled data in my filter driver, i.e how to implement write function in the filter driver which prints user data in the driver

What are you filtering? What kind of data is it? When you say “print”,
do you mean print to the debug log, or do you really mean “to a
printer”? Printing is strictly a user-mode job.


Tim Roberts, xxxxx@probo.com
Providenza & Boekelheide, Inc.