On 30.07.2016 22:55, Michael Stefaniuc wrote:
- memset(&r1, 0, sizeof r1);
- r1.left = LVIR_ICON;
- SetRect(&r1, LVIR_ICON, 0, 0, 0);
I don't like this, I think it's better to use SetRect() when actual coordinates are used, and LVIR_* has special meaning.