Returns the current index.
| 513 | |
| 514 | // Returns the current index. |
| 515 | ILAPI ILuint ILAPIENTRY ilGetCurName() |
| 516 | { |
| 517 | if (iCurImage == NULL || ImageStack == NULL || StackSize == 0) |
| 518 | return 0; |
| 519 | return CurName; |
| 520 | } |
| 521 | |
| 522 | |
| 523 | // Returns the current image. |
no outgoing calls
no test coverage detected