--- In [email protected], "swzoh" <sean...@...> wrote:
> >
>
> As I said, use AccessibleObjectFromWindow and call the functions via VTable
> as I did with IActiveDesktop, until Alan wraps into com.dll.
>
> AccessibleObjectFromWindow(hwndRichEdit, OBJID_NATIVEOM, IID_ITextDocument,
> pobj)
> ...
> ...
>
Is that a suggested dll.call ?
I did find some values:
OJBID_NATIVEOM=0xFFFFFFF0
IID_ITextDocument="{8CC497C0-A1DF-11ce-8098-00AA0047BE5D}"
I read what I could find in the com and dll plugin docs about using a vtable,
but I don't know for the iactivedesktop example, how it was known there 22
items and that the one interest was number 17. Assuming I actually had a vtable
to work with.
Regards,
Sheri