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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dconfig.cpp388 const wxChar *pszValue = NULL;
392 const wxChar *pszValue = NULL;
395 pszValue = tmp;
397 if ( pszValue != NULL ) {
398 strResult += pszValue;
426 if ( pszValue == NULL )
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/ole/
H A Daccess.cpp281 STDMETHODIMP get_accValue ( VARIANT varID, BSTR* pszValue);
1321 STDMETHODIMP wxIAccessible::get_accValue ( VARIANT varID, BSTR* pszValue) argument
1350 HRESULT hResult = childAccessible->get_accValue(varID, pszValue);
1355 return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->get_accValue(varID, pszValue);
1358 return ((IAccessible*) m_pAccessible->GetIAccessibleStd())->get_accValue (varID, pszValue);
1363 * pszValue = basicString.Get();

Completed in 36 milliseconds