WindowFromAccessibleObject (oleacc)
Last changed: -83.218.216.199

.
Summary

The WindowFromAccessibleObject function retrieves the window handle that corresponds to a given instance of an IAccessible interface.

C# Signature:

[DllImport("oleacc.dll")]
public static extern uint WindowFromAccessibleObject(IAccessible pacc, ref IntPtr phwnd );

VB .NET Signature:

Declare Function WindowFromAccessibleObject Lib "oleacc.dll" (ByVal pacc as IAccessible, ByRef phwnd as IntPtr) As Integer

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

TODO

Documentation