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

fz_cmnd_cbak_syst_uuid

Description

Command id (Recommended). This function is called by formZ to get the id (uuid) of the command. This unique id is used by formZ to maintain all persistant information about the command. 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 commands changes from session to session, the id will not be maintained. In this situation, any persistant information (preferences for example) will be lost.

Plugin Prototype

fzrt_error_td fz_cmnd_cbak_syst_uuid(

fzrt_UUID_td

uuid )

Parameters

uuid [Result]

uuid to be filled with the command id

Returns

Error codes

Availability

5.0.0.0

See Also

fz_cmnd_cbak_syst_name,

Function Set

fz_cmnd_fset


Defined in

fz_cmnd_api.h