Louis Lenders xerox.xerox2000x@gmail.com writes:
- if (flags & SHGSI_ICON)
- {
hmod = GetModuleHandleW(shell32dllW);
if (hmod)
sii->hIcon = LoadIconW(hmod, MAKEINTRESOURCEW(IDI_SHELL_FILE));
Now that we have a bunch of icons, it shouldn't be hard to return them instead of hardcoding IDI_SHELL_FILE.