IPI_UnloadImage()
This subprocedure is used to unload an image that was previously loaded using IPI_LoadImage(). This should be called to free memory associated with the loaded image prior to calling IPI_Terminate().
Subprocedure Prototype
|
Returns *OFF if an error occurs during processing, *ON otherwise. |
|
Contains image data previously loaded by IPI_LoadImage() |
|
Optional parameter that, if passed, will contain error data returned from the subprocedure. If it is not passed, exceptions will instead be "thrown" and must be caught by a MONITOR block. |
Data Structures
|
|
|
Internal use only |
|
Internal use only |
|
Internal use only |
|
Internal use only |
|
Internal use only |
|
Internal use only |
|
|
|
Name of the subprocedure that encountered an error. |
|
Message ID corresponding to the error that occurred. |
|
Error message text providing details about the error. |