This documentation is archived and is not being maintained.
IAccessibleHandler::AccessibleObjectFromID Method
Visual Studio 2010
The IAccessibleHandler and all of its exposed members are part of a managed wrapper for the Component Object Model (COM) IAccessibleHandler interface.
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.
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: