Searched refs:hTitleIcon (Results 1 – 1 of 1) sorted by relevance
148 HICON hTitleIcon; member318 icon_present = infoPtr->hTitleIcon && in TOOLTIPS_Refresh()319 DrawIconEx(hdc, rc.left, rc.top, infoPtr->hTitleIcon, in TOOLTIPS_Refresh()550 if (infoPtr->hTitleIcon) in TOOLTIPS_CalcTipSize()1726 infoPtr->hTitleIcon = hTooltipIcons[uTitleIcon]; in TOOLTIPS_SetTitleT()1728 infoPtr->hTitleIcon = CopyIcon((HICON)uTitleIcon); in TOOLTIPS_SetTitleT()1730 TRACE("icon = %p\n", infoPtr->hTitleIcon); in TOOLTIPS_SetTitleT()1918 if (TOOLTIPS_GetTitleIconIndex(infoPtr->hTitleIcon) > TTI_ERROR) in TOOLTIPS_Destroy()1919 DeleteObject(infoPtr->hTitleIcon); in TOOLTIPS_Destroy()