DevIL Documentation Previous | ILUT | Next

 

ilutGetBmpInfo

 

ilutGetBmpInfo fills a BITMAPINFO struct with the current image's information. The BITMAPINFO struct is used commonly used in Windows applications.

 

ILvoid ilutGetBmpInfo(
  Info Mode );


Parameters

 
Mode
BITMAPINFO struct pointer to be filled.


Errors

 
ILUT_ILLEGAL_OPERATION
The operation attempted is not allowable in the current state. The function returns with no ill side effects.

See Also

 
ilBindImage, ilGenImages,