--- In [email protected], "Sheri" <sheri...@...> wrote: > > That gives an error, incompatible data type. If I make pobj into a pointer to > an uint, it hangs and gives the similar error about memory that couldn't be > written. Thanks anyway. >
Have you removed the declaration of pobj as struct? I think you should.
BTW, looking at my old pp scripts, what I may use seems to be:
dll.call("Oleacc|AccessibleObjectFromWindow|ui ui t* ui*",
RE_TEST_HWND, dispatch, guid, "pobj")
