ILegacyIAccessibleProvider::GetIAccessible Method
Retrieves an accessible object that corresponds to a UI Automation element that supports the LegacyIAccessible control pattern.
Syntax
HRESULT GetIAccessible( IAccessible **ppAccessible );
Parameters
- ppAccessible
[out] The address of a variable that receives a pointer to the IAccessible interface of the accessible object.
Return Value
Returns S_OK if successful, or an error value otherwise.
See Also