HRESULT CImage::Save( LPCTSTR pszFileName, REFGUID guidFileType ) const throw()

REFGUID guidFileType:

该常量被放置在Gdiplus名字空间内,使用时写作:
img.Save(it->first.c_str(), Gdiplus::ImageFormatBMP);

你可能感兴趣的:(VC-MFC)