Searched refs:ShortcutIconInfo (Results 1 – 1 of 1) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | iconcache.cpp | 93 ICONINFO ShortcutIconInfo, TargetIconInfo; in SIC_OverlayShortcutImage() local 102 ZeroMemory(&ShortcutIconInfo, sizeof(ShortcutIconInfo)); in SIC_OverlayShortcutImage() 136 if (!ShortcutIcon || !GetIconInfo(ShortcutIcon, &ShortcutIconInfo)) in SIC_OverlayShortcutImage() 142 if(!ShortcutIconInfo.hbmColor) in SIC_OverlayShortcutImage() 149 if(!GetObjectW(ShortcutIconInfo.hbmColor, sizeof(BITMAP), &ShortcutBitmapInfo)) in SIC_OverlayShortcutImage() 272 if (NULL == SelectObject(ShortcutDC, ShortcutIconInfo.hbmColor) || in SIC_OverlayShortcutImage() 276 ShortcutDC, 0, 0, ShortcutIconInfo.hbmMask, 0, 0, in SIC_OverlayShortcutImage() 296 DeleteObject(ShortcutIconInfo.hbmColor); in SIC_OverlayShortcutImage() 297 DeleteObject(ShortcutIconInfo.hbmMask); in SIC_OverlayShortcutImage() 310 if (NULL != ShortcutIconInfo.hbmColor) DeleteObject(ShortcutIconInfo.hbmColor); in SIC_OverlayShortcutImage() [all …]
|