Home
last modified time | relevance | path

Searched refs:pszValue (Results 1 – 2 of 2) sorted by relevance

/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp412 STDMETHODIMP CMAccessible::get_accValue(VARIANT varChild, BSTR *pszValue) in get_accValue() argument
419 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()
H A DMAccessible.h150 STDMETHOD(get_accValue)( VARIANT varChild,BSTR *pszValue);

Completed in 27 milliseconds