accessibleobjectfromwindow (oleacc)
Last changed: -12.47.205.126

.
Summary

The AccessibleObjectFromWindow function retrieves the address of the specified interface to the object associated with the given window.

C# Signature:

[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);

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation