formZ SDK | 4.0 Call Back Reference | Command | Tool

fz_tool_cbak_opts_name

Description

Tool options name (Recommended). This function is called by formZ to get the name of the options for a tool. It is recommended that the tool name is stored in .fzr file so that it is localizable. If this function is not provided, the name of the plugin, name of the plugin file, name of the script, or name of the script file will be used.

Plugin Prototype

fzrt_error_td fz_tool_cbak_opts_name(

char *

name,

fzrt_int

max_len )

Parameters

name [Result]

string to be filled with the tool name

max_len [Input]

length of name parameter

Returns

FZRT_NOERR for success

Availability

5.0.0.0

See Also

fz_tool_cbak_opts_uuid,

Function Set

fz_tool_cbak_fset


Defined in

fz_tool_api.h