video mirror driver

Has anyone managed to install the win2k DDK video mirror driver?
I’ve built it and copied the dll sys to the proper directories. After that
the install instructions are ambiguous. What do I do next? The mirror
driver sample app complains “No ‘Microsoft Mirror Driver’ found.”

thanks,
Gordon


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

Hello :
After a little workout with the Mirror sample
in the ddk documentation… I was able to capture live
updates on my desktop. At the end of the sample it
uses CreateDC and then bitmap creation and then
blitting… and here u have live updates of desktop…
… But the same can be done in a simple win32
application usind CreatDC(“display” , NULL , NULL ,
NULL)…
I think i am not able to percieve the significance
of mirror driver… Yes it can be a little efficient
when it comes to transporting the data over network
through tdi…


Do You Yahoo!?
Get personalized email addresses from Yahoo! Mail
http://personal.mail.yahoo.com/


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