hi
I am really new in this field so I have no clue how to communication between my driver and my win32 app.
http://msdn2.microsoft.com/en-us/library/aa488203.aspx
is this the only way or is there other ways
and also I get the same error as mentioned in the following page
http://www.osronline.com/showthread.cfm?link=123375
Well that is a way for mini-filters. Another way is described in
http://www.osronline.com/article.cfm?id=94 and that works for all types of
drivers.
–
Don Burn (MVP, Windows DDK)
Windows 2k/XP/2k3 Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr
Remove StopSpam to reply
wrote in message news:xxxxx@ntfsd…
> hi
> I am really new in this field so I have no clue how to communication
> between my driver and my win32 app.
> http://msdn2.microsoft.com/en-us/library/aa488203.aspx
> is this the only way or is there other ways
>
> and also I get the same error as mentioned in the following page
> http://www.osronline.com/showthread.cfm?link=123375
>
>
>
Hi!
It is the recommended method for communication in minifilters. But it is not the only one. The other methods are mentioned in NTInsider and have been discussed over on NTFSD. They can be used for drivers in general.
Regards,
Ayush Gupta