ID_PageDecodeStop function

Function that is called to stop incremental decoding.

Syntax

PLUGIN_API int __stdcall ID_PageDecodeStop
(
   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 stops incremental image decoding.

Requirements

Header: ID_PlugIn.h

See also: