Home
last modified time | relevance | path

Searched refs:hShortcut (Results 1 – 1 of 1) sorted by relevance

/reactos/dll/win32/shell32/
H A DCShellLink.cpp3214 HICON hIcon = NULL, hNewIcon = NULL, hShortcut; in CreateShortcutIcon() local
3218 ::ExtractIconExW(wszLnkIcon, lnk_idx, &hShortcut, NULL, 1); in CreateShortcutIcon()
3222 hShortcut = (HICON)LoadImageW(shell32_hInstance, MAKEINTRESOURCE(IDI_SHELL_SHORTCUT), in CreateShortcutIcon()
3227 if (!hIcon || !hShortcut || !himl) in CreateShortcutIcon()
3254 DrawIconEx(hDC, 0, 0, hShortcut, cx, cy, 0, NULL, DI_NORMAL); in CreateShortcutIcon()
3269 if (hShortcut) in CreateShortcutIcon()
3270 DestroyIcon(hShortcut); in CreateShortcutIcon()