formZ SDK | 4.0 Call Back Reference | Command | Tool

fz_tool_cbak_name

Description

Tool name (Recommended). This function is called by formZ to get the name of the 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_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

Error codes

Availability

5.0.0.0

See Also

, fz_tool_cbak_help

Function Set

fz_tool_cbak_fset


Defined in

fz_tool_api.h