Searched refs:pxLeft (Results 1 – 2 of 2) sorted by relevance
892 STDMETHODIMP CMAccessible::accLocation(long *pxLeft, long *pyTop, long *pcxWidth, long *pcyHeight, … in accLocation() argument899 if(pxLeft == NULL || pyTop == NULL || pcxWidth == NULL || pcyHeight == NULL) in accLocation()920 *pxLeft = pCPoint.X; in accLocation()928 *pxLeft = m_sLocation.m_dLeft; in accLocation()
139 … STDMETHOD(accLocation)(long *pxLeft,long *pyTop,long *pcxWidth,long *pcyHeight,VARIANT varChild);
Completed in 25 milliseconds