formZ SDK | 4.0 Call Back Reference | Utility (Extension) | System Utility

fz_util_cbak_syst_name

Description

Utility name (Recommended/Required). This function is called by formZ to get the name of the utility. It is recommended that the utility name is stored in an .fzr file so that it is localizable. This function is recommended for all utility plugins, however, it is required if the plugin file contains multiple utility plugins. The name is presented to the user when the plugin file is selected so that the user can select which plugin should be executed.

Plugin Prototype

fzrt_error_td fz_util_cbak_syst_name(

char *

name,

fzrt_int

max_len )

Parameters

name [Result]

string to be filled with the utility name

max_len [Input]

length of name parameter

Returns

Error codes

Availability

5.0.0.0

See Also

fz_util_cbak_syst_uuid

Function Set

fz_util_cbak_syst_fset


Defined in

fz_util_api.h