Searched refs:pvChildAtPoint (Results 1 – 2 of 2) sorted by relevance
464 HRESULT STDMETHODCALLTYPE AccessibleBase::accHitTest(long x, long y, VARIANT* pvChildAtPoint) in accHitTest() argument466 if (!pvChildAtPoint) in accHitTest()469 ::VariantInit(pvChildAtPoint); in accHitTest()486 V_VT(pvChildAtPoint) = VT_I4; in accHitTest()487 V_I4(pvChildAtPoint) = CHILDID_SELF; in accHitTest()489 V_VT(pvChildAtPoint) = VT_DISPATCH; in accHitTest()490 V_DISPATCH(pvChildAtPoint) = static_cast<IDispatch*>(wrapper(childObj)); in accHitTest()491 V_DISPATCH(pvChildAtPoint)->AddRef(); in accHitTest()
59 virtual HRESULT STDMETHODCALLTYPE accHitTest(long x, long y, VARIANT* pvChildAtPoint);