Function that is called to start incremental page decoding.
PLUGIN_API int __stdcall ID_PageDecodeStart
(
ID_StateHdl hs,
ID_DecodeParam* pdp,
ID_OutputParam* pop
);
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.
pdp
Type: ID_DecodeParam*
[in] Decoding parameters.
pop
Type: ID_OutputParam*
[out] Output image information.
For a description of return values, see Return Values.
Incremental image decoding starts with this function, and ends with a call to ID_PageDecodeStop.
Header: ID_PlugIn.h