This documentation is archived and is not being maintained.

IAccessibleHandler::AccessibleObjectFromID Method

The IAccessibleHandler and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessibleHandler interface.

Namespace:  Accessibility
Assembly:  Accessibility (in Accessibility.dll)

void AccessibleObjectFromID(
	[InAttribute] int hwnd, 
	[InAttribute] int lObjectID, 
	[OutAttribute] IAccessible^% pIAccessible
)

Parameters

hwnd
Type: System::Int32
Specifies the handle of a window for which an IAccessible interface pointer is to be retrieved.
lObjectID
Type: System::Int32
Specifies the object ID.
pIAccessible
Type: Accessibility::IAccessible%
Specifies the address of a pointer variable that receives the address of the object's IAccessible interface.

For more information about AccessibleObjectFromID, see the documentation for the IAccessibleHandler::AccessibleObjectFromID method in the Microsoft Active Accessibility documentation in the MSDN library at http://msdn.microsoft.com/library.

.NET Framework

Supported in: 4, 3.5, 3.0, 2.0, 1.1, 1.0

.NET Framework Client Profile

Supported in: 4, 3.5 SP1

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: