| 581 | } |
| 582 | |
| 583 | void CLogView::DrawItem(DRAWITEMSTRUCT* pDrawItemStruct) |
| 584 | { |
| 585 | DrawItem(pDrawItemStruct->hDC, pDrawItemStruct->itemID, pDrawItemStruct->itemState); |
| 586 | } |
| 587 | |
| 588 | void CLogView::DeleteItem(DELETEITEMSTRUCT* lParam) |
| 589 | { |
no test coverage detected