Searched refs:pvChildAtPoint (Results 1 – 2 of 2) sorted by relevance
566 HRESULT STDMETHODCALLTYPE AccessibleBase::accHitTest(long x, long y, VARIANT* pvChildAtPoint) in accHitTest() argument568 if (!pvChildAtPoint) in accHitTest()571 ::VariantInit(pvChildAtPoint); in accHitTest()588 V_VT(pvChildAtPoint) = VT_I4; in accHitTest()589 V_I4(pvChildAtPoint) = CHILDID_SELF; in accHitTest()591 V_VT(pvChildAtPoint) = VT_DISPATCH; in accHitTest()592 V_DISPATCH(pvChildAtPoint) = static_cast<IDispatch*>(wrapper(childObj)); in accHitTest()593 V_DISPATCH(pvChildAtPoint)->AddRef(); in accHitTest()
62 virtual HRESULT STDMETHODCALLTYPE accHitTest(long x, long y, VARIANT* pvChildAtPoint);