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 |
|
|
|
|
Subprocedure which received error |
|
Message ID of error message |
|
Error message text |
|