Searched refs:pcountChildren (Results 1 – 2 of 2) sorted by relevance
153 STDMETHOD(get_accChildCount)(long *pcountChildren);
302 STDMETHODIMP CMAccessible::get_accChildCount(long *pcountChildren) in get_accChildCount() argument309 if(pcountChildren == NULL) in get_accChildCount()320 *pcountChildren = pRContext->getAccessibleChildCount(); in get_accChildCount()
Completed in 28 milliseconds