Function that is called to end the decoding process for the image.
PLUGIN_API int __stdcall ID_CloseImage
(
ID_StateHdl hs
);
hs
Type: ID_StateHdl
[in] Image state handle; hs is set by the host application to the same value that was passed to it by the plug-in during the relevant call to ID_OpenImage.
For a description of return values, see Return Values.
This function is where the plug-in should clean up any memory allocated for the image decoding process.
Header: ID_PlugIn.h