formZ SDK | 4.0 Call Back Reference | File Translator | Structured File Translator | Image Bitmap Call Back

fz_ffmt_cbak_image_bmap_write_file_begin

Description

Begins the writing of a bitmap file. Any translator specific data can be allocated in this function.

Plugin Prototype

fzrt_error_td fz_ffmt_cbak_image_bmap_write_file_begin(

fzrt_int

windex,

fz_ffmt_ref_td

ffmt_id,

void **

data_ptr,

fzrt_floc_ptr

floc )

Parameters

windex [Input]

project window index

ffmt_id [Input]

The file format reference id.

data_ptr [Result]

A pointer to translator defined data.

floc [Input]

The file to write to.

Returns

FZRT_NOERR on success. An error otherwise.

Availability

5.0.0.0

Function Set

fz_ffmt_cbak_image_fset


Defined in

fz_ffmt_api.h