Function that finishes image encoding and closes the image file.
PLUGIN_API int __stdcall IE_ImageEncodeFinish
(
IE_StateHdl hState,
IE_CallbackData* pCD
);
hState
Type: IE_StateHdl
[in] Image state handle; hState is set by the host application to the same value that was passed to it by the plug-in during the relevant call to IE_ImageEncodeStart.
pCD
Type: IE_CallbackData*
[in] Progress callback data
For a description of return values, see Return Values.
Some plug-in implementations may require a significant amount of time to complete this operation, in which case the supplied progress callback function should be called to indicate the progress.
Header: IE_PlugIn.h