Searched refs:pszValue (Results 1 – 2 of 2) sorted by relevance
412 STDMETHODIMP CMAccessible::get_accValue(VARIANT varChild, BSTR *pszValue) in get_accValue() argument419 if( pszValue == NULL ) in get_accValue()433 SAFE_SYSFREESTRING(*pszValue); in get_accValue()434 *pszValue = SysAllocString(m_pszValue); in get_accValue()443 return pChild->get_accValue(varChild,pszValue); in get_accValue()
150 STDMETHOD(get_accValue)( VARIANT varChild,BSTR *pszValue);
Completed in 49 milliseconds