Searched refs:pxLeft (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/oleacc/ |
H A D | client.c | 338 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 D | window.c | 230 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 D | main.c | 232 static HRESULT WINAPI Accessible_accLocation(IAccessible *iface, LONG *pxLeft, in Accessible_accLocation() argument
|
/reactos/win32ss/include/ |
H A D | ntuser.h | 526 INT pxLeft; member
|