formZ SDK | 5.0 API Reference | Project | File Formats | Structured File Translator | Image Vector

fz_ffmt_image_vect_get_read_funcs

Description

Retreives functions to read image vector data.

Plugin Prototype

fzrt_error_td fz_ffmt_image_vect_get_read_funcs(

fz_ffmt_ref_td

ffmt_id,

fz_ffmt_cbak_image_vect_read_frame_func *

read_frame,

fz_ffmt_cbak_image_vect_read_raw_data_func *

read_data )

Parameters

ffmt_id [Input]

The file format reference id.

read_frame [Result, Optional]

A function which reads the extents of the vector data.

read_data [Result, Optional]

A function which fills a block of memory with raw vector data from the file.

Returns

FZRT_NOERR on success. An error otherwise.

Availability

5.0.0.0

Function Set

fz_ffmt_image_fset


Defined in

fz_ffmt_api.h