DevIL Documentation Previous | ILUT | Next

 

ilutWinLoadImage

 

loads an image directly to a Win32 HBITMAP, skipping the use of OpenIL image names.

 

HBITMAP ilutWinLoadImage(
  char * filename, HDC hDC );


Parameters

 
filename
Name of the image to load
hDC
Device context the bitmap should reside in


See Also

 
ilLoadImage, ilutGLLoadImage, ilutWinSaveImage,