formZ SDK | 4.0 Call Back Reference | Command | System Command

fz_cmnd_cbak_syst_name

Description

Command name (Recommended). This function is called by formZ to get the name of the command. It is recomended that the command 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_cmnd_cbak_syst_name(

char *

name,

fzrt_int

max_len )

Parameters

name [Result]

string to be filled with the command name

max_len [Input]

length of name parameter

Returns

Error codes

Availability

5.0.0.0

See Also

,

Function Set

fz_cmnd_fset


Defined in

fz_cmnd_api.h