| 857 | } |
| 858 | |
| 859 | BOOL CListUI::SortItems(PULVCompareFunc pfnCompare, UINT_PTR dwData) |
| 860 | { |
| 861 | if (!m_pList) |
| 862 | return FALSE; |
| 863 | return m_pList->SortItems(pfnCompare, dwData); |
| 864 | } |
| 865 | ///////////////////////////////////////////////////////////////////////////////////// |
| 866 | // |
| 867 | // |
nothing calls this directly
no test coverage detected