Home
last modified time | relevance | path

Searched refs:pcxWidth (Results 1 – 2 of 2) sorted by relevance

/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp892 STDMETHODIMP CMAccessible::accLocation(long *pxLeft, long *pyTop, long *pcxWidth, long *pcyHeight, … in accLocation() argument
899 if(pxLeft == NULL || pyTop == NULL || pcxWidth == NULL || pcyHeight == NULL) in accLocation()
922 *pcxWidth = pCSize.Width; in accLocation()
930 *pcxWidth = m_sLocation.m_dWidth; in accLocation()
H A DMAccessible.h139 … STDMETHOD(accLocation)(long *pxLeft,long *pyTop,long *pcxWidth,long *pcyHeight,VARIANT varChild);

Completed in 31 milliseconds