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;
Returns the text color.
ListView_GetTextColor