DevIL Documentation Home | Previous | Next

ilutWinSaveImage

The ilutWinSaveImage function saves a HBITMAP to an image file.


ILboolean ilutWinSaveImage(
  char *FileName,
  HBITMAP Bitmap
);

Parameters

FileName
Name of the image file to save to.
Bitmap
Win32 HBITMAP to save from.

Remarks

ilutWinSaveImage saves Bitmap to FileName. This function is the complement of ilutWinLoadImage.

Error Codes

None

See Also

ilSaveImage, ilutWinLoadImage