Hello All,
Am working on windows mobile 6.0 and my touch driver is working fine..
When touch CETK try to load my touch driver am facing foll. problem
when CETK calls DdsiTouchPanelDisable function through touch MDD
function,it couldnt able to close GPIO and SSP driver using
closehandle since GPIO and SSP driver "handle" global variable's
values are zero.(i.e GPIO and SSP drivers are opened when touch driver
was loaded by GWES)
How should i resolve this problem?How could i retain those GPIO and
SSP global variable's values?
Thanks in advance
Regards
senthil