formZ SDK | 5.0 API Reference | Project | File Formats

fz_ffmt_get_format_name

Description

Gets the name of a translator's file format.

Plugin Prototype

fzrt_error_td fz_ffmt_get_format_name(

fz_ffmt_ref_td

ffmt_id,

char *

name,

fzrt_int

max_len )

Parameters

ffmt_id [Input]

The file format reference id.

name [Result]

The name of the file format.

max_len [Input]

The maximum length in bytes of the file format name.

Returns

FZRT_NOERR on success. An error otherwise.

Availability

5.0.0.0

Function Set

fz_ffmt_fset


Defined in

fz_ffmt_api.h