ID_PageDecodeStart function

Function that is called to start incremental page decoding.

Syntax

PLUGIN_API int __stdcall ID_PageDecodeStart
(
   ID_StateHdl hs,
   ID_DecodeParam* pdp,
   ID_OutputParam* pop
);

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.

pdp

Type: ID_DecodeParam*

[in] Decoding parameters.

pop

Type: ID_OutputParam*

[out] Output image information.

Return Value

For a description of return values, see Return Values.

Remarks

Incremental image decoding starts with this function, and ends with a call to ID_PageDecodeStop.

Requirements

Header: ID_PlugIn.h

See also: