Home
last modified time | relevance | path

Searched refs:pxLeft (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/oleacc/
H A Dclient.c338 static HRESULT WINAPI Client_accLocation(IAccessible *iface, LONG *pxLeft, in Client_accLocation() argument
345 TRACE("(%p)->(%p %p %p %p %s)\n", This, pxLeft, pyTop, in Client_accLocation()
348 *pxLeft = *pyTop = *pcxWidth = *pcyHeight = 0; in Client_accLocation()
358 *pxLeft = pt.x; in Client_accLocation()
364 *pcxWidth = pt.x - *pxLeft; in Client_accLocation()
H A Dwindow.c230 static HRESULT WINAPI Window_accLocation(IAccessible *iface, LONG *pxLeft, in Window_accLocation() argument
234 FIXME("(%p)->(%p %p %p %p %s)\n", This, pxLeft, pyTop, in Window_accLocation()
/reactos/modules/rostests/winetests/oleacc/
H A Dmain.c232 static HRESULT WINAPI Accessible_accLocation(IAccessible *iface, LONG *pxLeft, in Accessible_accLocation() argument
/reactos/win32ss/include/
H A Dntuser.h526 INT pxLeft; member