Hi Jochen,
My Windows 7 64-bit installation is providing the function GetIconInfoEx :
D:\PellesC\Bin>podump /EXPORTS C:\Windows\System32\user32.dll | findstr "GetIconInfoEx"
719 134 7DCACFF8 GetIconInfoExA
71A 135 7DCACF3F GetIconInfoExW
It's also in my User32.dll; GetProcAddress returned error proc_not_found, but then I had the bright idea to ask for GetIconInfoEx
A 