formZ SDK | 5.0 API Reference | Project | File Formats

fz_ffmt_keyword_to_ref_id

Description

Gets the reference id for a translator associated with a keyword.

Plugin Prototype

fzrt_boolean fz_ffmt_keyword_to_ref_id(

char *

keyword_str,

fz_ffmt_ref_td *

ffmt_id )

Parameters

keyword_str [Input]

The keyword.

ffmt_id [Result]

The matching translator's reference id. Set to -1 if no match found. Must be allocated by the caller.

Returns

TRUE if matching translator was found. FALSE if not found.

Availability

5.0.0.0

See Also

, fz_ffmt_keyword_to_ref_id_list, , ,

Function Set

fz_ffmt_fset


Defined in

fz_ffmt_api.h