I plan to develop a web based system for remote control of Windows Mobile/Phone computers. I did this for desktop Win32 using different approaches: 1. Capturing using GDI 2. Capturing using so called Mirror Driver for better performance.
My question is how to do it on Windows Mobile 6.5/Phone 7. Is GDI capturing possible? How about performance since on desktop Windows because of VRAM/RAM access architecture transfer memory back from VRAM to RAM is costly?
Is RDP protocol API available on Windows Mobile/Phone 7? RDP Server?
Any hints are welcome.
Regards