Searched refs:pvarChildren (Results 1 – 2 of 2) sorted by relevance
843 STDMETHODIMP CMAccessible::get_accSelection(VARIANT *pvarChildren) in get_accSelection() argument850 if(pvarChildren == NULL) in get_accSelection()857 pvarChildren->vt = VT_EMPTY; in get_accSelection()866 pvarChildren->vt = VT_I4; in get_accSelection()867 pvarChildren->lVal = varTmp[0].lVal; in get_accSelection()872 pvarChildren->vt = VT_UNKNOWN; in get_accSelection()874 pvarChildren->punkVal = m_pEnumVar; in get_accSelection()
142 STDMETHOD(get_accSelection)(VARIANT *pvarChildren);
Completed in 72 milliseconds