mirror of
https://github.com/reactos/reactos.git
synced 2025-01-03 21:09:19 +00:00
8ec05f5fa1
ExtractIconEx() returns the number of successfully extracted icons from a file. The routine may return 0 in case no icons could be extracted but it could also return 0 if the file is not a valid PE image file or the file couldn't be found. PrivateExtractIcons and the internal USER32 routine, ICO_ExtractIconExW(), return -1 in such scenarios. The behaviour is correct however we do not want that ExtractIconEx() returns -1 as well as it doesn't comply with the general documentation. In such cases, simply return 0 as no successful icons have been extracted due to related file failures. CORE-16535 |
||
---|---|---|
.. | ||
advapi32 | ||
afd | ||
apphelp | ||
appshim | ||
atl | ||
browseui | ||
cmd | ||
com | ||
comctl32 | ||
crt | ||
dbghelp | ||
dciman32 | ||
dnsapi | ||
fltlib | ||
fontext | ||
gdi32 | ||
gditools | ||
include | ||
iphlpapi | ||
kernel32 | ||
localspl | ||
mountmgr | ||
msgina | ||
mspatcha | ||
msvcrt | ||
netapi32 | ||
netshell | ||
ntdll | ||
ole32 | ||
opengl32 | ||
pefile | ||
powrprof | ||
psapi | ||
sdk | ||
setupapi | ||
sfc | ||
shell32 | ||
shlwapi | ||
spoolss | ||
user32 | ||
user32_dynamic | ||
userenv | ||
uxtheme | ||
win32nt | ||
win32u | ||
winhttp | ||
wininet | ||
winprint | ||
winspool | ||
wlanapi | ||
ws2_32 | ||
CMakeLists.txt |