IE_ImageEncodeFinish function

Function that finishes image encoding and closes the image file.

Syntax

PLUGIN_API int __stdcall IE_ImageEncodeFinish
(
   IE_StateHdl hState,
   IE_CallbackData* pCD
);

Parameters

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

Return Value

For a description of return values, see Return Values.

Remarks

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.

Requirements

Header: IE_PlugIn.h

See also: