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")]
public static extern uint AccessibleObjectFromWindow( IntPtr hwnd, uint dwObjectID, ref Guid riid, out IAccessible ppacc);

VB .NET Signature:

Declare Function AccessibleObjectFromWindow Lib "oleacc.dll" (TODO) As TODO

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation