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?