Searched refs:get_accChild (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/msw/ole/
H A Daccess.cpp217 STDMETHODIMP get_accChild ( VARIANT varChildID, IDispatch** ppDispChild);
651 STDMETHODIMP wxIAccessible::get_accChild ( VARIANT varChildID, IDispatch** ppDispChild) function in class:wxIAccessible
653 wxLogTrace(wxT("access"), wxT("get_accChild"));
660 wxLogTrace(wxT("access"), wxT("Invalid arg for get_accChild"));
688 wxLogTrace(wxT("access"), wxT("Using standard interface for get_accChild"));
689 return stdInterface->get_accChild (varChildID, ppDispChild);
702 wxLogTrace(wxT("access"), wxT("QueryInterface failed in get_accChild"));
1605 if (S_OK == get_accChild ( var, & pDispatch))
1683 if (S_OK == get_accChild ( var, & pDispatch))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/access/
H A Daccesstest.cpp532 if (S_OK == obj->get_accChild(var, & pDisp) && pDisp)

Completed in 64 milliseconds