formZ SDK | 5.0 API Reference | Project | File Formats

fz_ffmt_lterm_term_get_str

Description

Gets the new line string appropriate for the given platform.

Plugin Prototype

fzrt_error_td fz_ffmt_lterm_term_get_str(

fz_ffmt_write_nl_meth_enum

nl_meth,

char *

nl_str )

Parameters

nl_meth [Input]

the platform. Typically, new line method obtained from the translator write options is used:
fz_ffmt_model_write_opts_parm_get with FZ_FFMT_DATA_MODEL_WRITE_OPTS_PARM_NL_METHOD.

nl_str [Result]

the new line string.

Returns

FZRT_NOERR on success. Or: INTERNAL_ERR - The resulting file name exceeds 32 characters.

Availability

5.0.0.0

Function Set

fz_ffmt_fset


Defined in

fz_ffmt_api.h