Searched refs:lpdis (Results 1 – 1 of 1) sorted by relevance
118 static void OnDrawItem(HWND hwnd, LPDRAWITEMSTRUCT lpdis);705 void OnDrawItem(HWND /*hwnd*/, LPDRAWITEMSTRUCT lpdis) in OnDrawItem() argument707 MYITEM *pMyItem = (MYITEM *) lpdis->itemData; in OnDrawItem()712 BOOL fSelected = lpdis->itemState & ODS_SELECTED; in OnDrawItem()713 BOOL fDisabled = lpdis->itemState & (ODS_DISABLED | ODS_GRAYED); in OnDrawItem()717 RECT aRect = lpdis->rcItem; in OnDrawItem()719 clrPrevBkgnd = SetBkColor( lpdis->hDC, GetSysColor(COLOR_MENU) ); in OnDrawItem()722 clrPrevText = SetTextColor( lpdis->hDC, GetSysColor( COLOR_GRAYTEXT ) ); in OnDrawItem()724 …clrPrevText = SetTextColor( lpdis->hDC, GetSysColor( fSelected ? COLOR_HIGHLIGHTTEXT : COLOR_MENUT… in OnDrawItem()727 clrPrevBkgnd = SetBkColor( lpdis->hDC, GetSysColor(COLOR_HIGHLIGHT) ); in OnDrawItem()[all …]