The AccessibleObjectFromWindow function retrieves the address of the specified interface to the object associated with the given window.
[DllImport("oleacc.dll", ExactSpelling=true, PreserveSig=false)]
[return: MarshalAs(UnmanagedType.Interface)]
public static extern object AccessibleObjectFromWindow(
IntPtr hwnd,
uint dwObjectID,
[In, MarshalAs(UnmanagedType.LPStruct)] Guid riid);
None.
None.
Please add some!
Please add some!
TODO