Searched refs:lplvcd (Results 1 – 2 of 2) sorted by relevance
698 bool CPanel::OnCustomDraw(LPNMLVCUSTOMDRAW lplvcd, LRESULT &result) in OnCustomDraw() argument700 switch (lplvcd->nmcd.dwDrawStage) in OnCustomDraw()716 const unsigned realIndex = (unsigned)lplvcd->nmcd.lItemlParam; in OnCustomDraw()717 lplvcd->clrTextBk = _listView.GetBkColor(); in OnCustomDraw()721 lplvcd->clrTextBk = RGB(255, 192, 192); in OnCustomDraw()727 lplvcd->clrText = RGB(255, 0, 0); in OnCustomDraw()
408 bool OnCustomDraw(LPNMLVCUSTOMDRAW lplvcd, LRESULT &result);