ID_CloseImage function

Function that is called to end the decoding process for the image.

Syntax

PLUGIN_API int __stdcall ID_CloseImage
(
   ID_StateHdl hs
);

Parameters

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.

Return Value

For a description of return values, see Return Values.

Remarks

This function is where the plug-in should clean up any memory allocated for the image decoding process.

Requirements

Header: ID_PlugIn.h

See also: