AccessibleChildren (oleacc)
Last changed: blog@thorarin.net-213.125.209.53

.

Summary:

The AccessibleChildren function retrieves the child ID or IDispatch interface of each child within an accessible container object

C# Signature:

[DllImport("oleacc.dll")]
public static extern uint AccessibleChildren( IAccessible paccContainer, int iChildStart, int cChildren, [Out] object[] rgvarChildren, out int pcObtained);

VB .NET Signature:

Declare Function AccessibleChildren 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