The AccessibleObjectFromWindow function retrieves the address of the specified interface to the object associated with the given window.
[DllImport("oleacc.dll")]
public static extern uint AccessibleObjectFromWindow( IntPtr hwnd, uint dwObjectID, ref Guid riid, out IAccessible ppacc);
Declare Function AccessibleObjectFromWindow Lib "oleacc.dll" (TODO) As TODO
None.
None.
Please add some!
Please add some!
TODO