--- In [email protected], "entropyreduction" <alancampbelllists+ya...@...> wrote: > > --- In [email protected], "nospam0123456us" <nospam0123456us@> wrote: > > > > > function sendMessageRemoteOUT( han, message, wParam, maxSize ) > > local pHan, mem > > ....(snip).... > > Try unicodePlugin0.75_090921.zip in > http://tech.groups.yahoo.com/group/power-pro/files/0_TEMP_/AlansPluginProvisional/ > > Implemented but did not yet test (leaving town tomorrow) > > unicode.sendmessagestrremote(hwnd, msg, wp, maxsize) > > Returns null string if underlying SendMessage returns 0 > Otherwise returns handle to a unicode string. > > If anyone wants to look through all the messages they can find that take an > lParam of a buffer and see if any deviate from that return-value pattern (0 > if nothing put in buffer, some sort of character count otherwise), that would > be good. > > If it's important to retrieve return value, could put it in variable e.g. > unicode_status. > > Offline now til end of month. >
This is working fine in my pick.favFolder script but it could be good to get the return code (as you said in unicode_status variable ).. In my case the returned value is the length of the string (for ansi app the returned string is ansi and not unicode)
