Hi,

Is there anyway to hook ExtTextOut function in Pocket PC? I need to
intercept all the string that applications sends out to display in order to
connect the characters in Bidirectional languages.

Thanks
Sam

Re: Hook ExtTextOut by Manuel

Manuel
Mon Nov 29 11:48:33 CST 2004

There is, but you have to know how to modify a MPE/COFF, that is, the .exe:
there you can say that the app shall use ExtTextOut from a different dll
However, this is illegal.


"Sam" <Sam@nospam.com> schrieb im Newsbeitrag
news:WGzqd.23497$Uj.19331@twister.socal.rr.com...
> Hi,
>
> Is there anyway to hook ExtTextOut function in Pocket PC? I need to
> intercept all the string that applications sends out to display in order
> to connect the characters in Bidirectional languages.
>
> Thanks
> Sam
>



Re: Hook ExtTextOut by Sam

Sam
Tue Nov 30 20:41:19 CST 2004

Is there any other way. I know some companies has implemented hooks but I'm
not sure how.


"Manuel Meitinger" <csaf2817@uibk.ac.at> wrote in message
news:41ab60f2$1@sia.uibk.ac.at...
> There is, but you have to know how to modify a MPE/COFF, that is, the
> .exe:
> there you can say that the app shall use ExtTextOut from a different dll
> However, this is illegal.
>
>
> "Sam" <Sam@nospam.com> schrieb im Newsbeitrag
> news:WGzqd.23497$Uj.19331@twister.socal.rr.com...
>> Hi,
>>
>> Is there anyway to hook ExtTextOut function in Pocket PC? I need to
>> intercept all the string that applications sends out to display in order
>> to connect the characters in Bidirectional languages.
>>
>> Thanks
>> Sam
>>
>
>