Searched refs:get_accRole (Results 1 – 3 of 3) sorted by relevance
148 STDMETHOD(get_accRole)(VARIANT varChild,VARIANT *pvarRole);
496 STDMETHODIMP CMAccessible::get_accRole(VARIANT varChild, VARIANT *pvarRole) in get_accRole() function in CMAccessible533 return pChild->get_accRole(varChild,pvarRole); in get_accRole()705 m_pIParent->get_accRole(varChild, &varParentRole); in get_accKeyboardShortcut()
753 through the MSAA get_accRole method. Examples are 'footnote', 'heading', and 1629 AT doesn't have to also fetch roles through MSAA's get_accRole.1630 @li %IAccessible2 roles should not be passed through MSAA's get_accRole.1632 applications should also add support to get_accRole to return the closest
Completed in 44 milliseconds