Returns the current value of the Mode
| 333 | |
| 334 | //! Returns the current value of the Mode |
| 335 | ILboolean ILAPIENTRY ilGetBoolean(ILenum Mode) |
| 336 | { |
| 337 | ILboolean Temp; |
| 338 | Temp = IL_FALSE; |
| 339 | ilGetBooleanv(Mode, &Temp); |
| 340 | return Temp; |
| 341 | } |
| 342 | |
| 343 | |
| 344 | ILimage *iGetBaseImage(void); |
nothing calls this directly
no outgoing calls
no test coverage detected