Searched refs:lpRectLast (Results 1 – 1 of 1) sorted by relevance
104 LPRECT lpRectLast,SIZE sizeLast, in DrawDragRect() argument126 if (lpRectLast != NULL) in DrawDragRect()132 lpRectLast->left, in DrawDragRect()133 lpRectLast->top, in DrawDragRect()134 lpRectLast->right, in DrawDragRect()135 lpRectLast->bottom); in DrawDragRect()136 rect = *lpRectLast; in DrawDragRect()138 IntersectRect(&rect,&rect, lpRectLast); in DrawDragRect()149 if (hBrush != hBrushLast && lpRectLast != NULL) in DrawDragRect()
Completed in 9 milliseconds