I`m trying to develop a hooking video driver for vnc(w2k).
-startpoint (sample mirror video driver ddk)
-drvescape and extescape are used to pass data, but this is to SLOW.
(the driver can generate more than 1000 update rectangles a sec)
The sample section.exe shows me how to share a buffer between a kernel
driver and an application.
The sample gexport.exe allows me to use non-video functions.
mirror.dll–>EXPORT_DRIVER (gexport sample)
KERNEL DRIVER–>APPLICATION (section sample)
How can I pass fast data from the export to the kernel driver. Does there
exist a sample that shows me how to do it. Does I have to use a total
different approach.
Thnxs
Rudi
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com