The LVM_GETTEXTCOLOR message retrieves the text color of a list view control. You can send this message explicitly or by using the ListView_GetTextColor macro.
LVM_GETTEXTCOLOR
wParam = 0;
lParam = 0;
Return Values
Returns the text color.
See Also