| 523 | } |
| 524 | |
| 525 | DWORD CListUI::GetHotItemTextColor() const |
| 526 | { |
| 527 | return m_ListInfo.dwHotTextColor; |
| 528 | } |
| 529 | DWORD CListUI::GetHotItemBkColor() const |
| 530 | { |
| 531 | return m_ListInfo.dwHotBkColor; |
nothing calls this directly
no outgoing calls
no test coverage detected