GetImageInfo and GetIconInfo?
Farley Is anyone familiar with these two Win functions, GetImageInfo and GetIconInfo Both return a POD struct of data, which includes HBITMAP handles. So, I assume they don’t call a destructor when they go out of scope. typedef struct IMAGEINFO HBITMAP hbmImage; HBITMAP hbmMask; ...