Function that is called to stop incremental decoding.
PLUGIN_API int __stdcall ID_PageDecodeStop
(
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 stops incremental image decoding.
Header: ID_PlugIn.h