--- In [email protected], "Sheri" <sheri...@...> wrote: > > Any idea how I can access and use the Text Object Model interface for a > richedit control? It is obtained as a pointer to a pointer in the lparam of > EM_GETOLEINTERFACE sendmessage. The message does succeed (gets a non-zero > return value) but what next? >
I highly doubt you can use it out-of-process, as you said you obtained it via ReadProcessMemory/WriteProcessMemory. The only way I'm aware is using AccessibleObjectFromWindow with OBJID_NATIVEOM. You may ask Alan to wrap it into com plug-in.
