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

fz_palt_cbak_syst_uuid

Description

Palette id (Recommended). This function is called by formZ to get the id (uuid) of the palette. This unique id is used by formZ to maintain all persistent information about the palette. If this function is not provided, formZ will assign a default id. Note that there are a limited number of default ids and if the number of palettes changes from session to session, the id will not be maintained. In this situation, any persistent information (preferences for example) will be lost.

Plugin Prototype

fzrt_error_td fz_palt_cbak_syst_uuid(

fzrt_UUID_td

uuid )

Parameters

uuid [Result]

uuid to be filled with the palette id

Returns

Error codes

Availability

5.0.0.0

See Also

, fz_palt_cbak_syst_help

Function Set

fz_palt_cbak_syst_fset


Defined in

fz_palt_api.h