Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Dtooltips.c137 INT yTrackPos; member
643 rect.top = infoPtr->yTrackPos; in TOOLTIPS_Show()
652 … if (!(infoPtr->bToolBelow = (infoPtr->yTrackPos + size.cy <= GetSystemMetrics(SM_CYSCREEN)))) in TOOLTIPS_Show()
1813 infoPtr->yTrackPos = (INT)HIWORD(coord); in TOOLTIPS_TrackPosition()
1817 infoPtr->xTrackPos, infoPtr->yTrackPos); in TOOLTIPS_TrackPosition()