Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "WindowFromAccessibleObject" in [All]

oleacc

.

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

.

public static extern uint WindowFromAccessibleObject(IAccessible pacc, ref IntPtr phwnd );

.

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

.

        WindowFromAccessibleObject(iAccessible, ref handler);

.

    public static extern uint WindowFromAccessibleObject(IAccessible pacc, ref IntPtr phwnd);

.
Documentation
[WindowFromAccessibleObject] on MSDN

 
Access PInvoke.net directly from VS: