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

fz_palt_cbak_syst_name

Description

Palette name (Recommended). This function is called by formZ to get the name of the palette. It is recommended that the name is stored in .fzr file so that it is localizable. If this function is not provided, the name of the extension file will be used.

Plugin Prototype

fzrt_error_td fz_palt_cbak_syst_name(

char *

name,

fzrt_int

max_len )

Parameters

name [Result]

string to be filled with the palette name

max_len [Input]

length of name parameter

Returns

Error codes

Availability

5.0.0.0

See Also

fz_palt_cbak_syst_uuid, fz_palt_cbak_syst_help

Function Set

fz_palt_cbak_syst_fset


Defined in

fz_palt_api.h