Searched refs:ScrollLines (Results 1 – 1 of 1) sorted by relevance
1635 INT ScrollLines; in CheckListWndProc() local1645 ScrollLines = max(1, in CheckListWndProc()1648 if (ScrollInfo.nPos + ScrollLines <= ScrollInfo.nMax) in CheckListWndProc()1650 ScrollInfo.nPos += ScrollLines; in CheckListWndProc()1662 INT ScrollLines; in CheckListWndProc() local1672 ScrollLines = max(1, in CheckListWndProc()1675 if (ScrollInfo.nPos >= ScrollLines) in CheckListWndProc()1677 ScrollInfo.nPos -= ScrollLines; in CheckListWndProc()1907 UINT ScrollLines = 3; in CheckListWndProc() local1911 &ScrollLines, in CheckListWndProc()[all …]