| 527 | return m_ListInfo.dwHotTextColor; |
| 528 | } |
| 529 | DWORD CListUI::GetHotItemBkColor() const |
| 530 | { |
| 531 | return m_ListInfo.dwHotBkColor; |
| 532 | } |
| 533 | |
| 534 | LPCTSTR CListUI::GetHotItemImage() const |
| 535 | { |
nothing calls this directly
no outgoing calls
no test coverage detected