LISTVIEW_SetItemCount without LVS_OWNERDATA take 2

Dimitrie O. Paun dpaun at rogers.com
Sun Feb 2 17:16:15 CST 2003


On February 2, 2003 06:05 pm, Duane Clark wrote:
> +        infoPtr->nItemCount = 0;

Are you sure that's right? What if we get called when the list is
non-empty? What if we have 1000 items in the list, and we're called
with nItems=50? Or we have 200 in the list already, and we're
called with nItems=600?

-- 
Dimi.




More information about the wine-devel mailing list