formZ SDK | 4.0 Call Back Reference | Command | Tool

fz_tool_cbak_uuid

Description

Tool id (Recommended). This function is called by formZ to get the id (uuid) of the tool. This unique id is used by formZ to maintain all persistent information about the tool. 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 tools 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_tool_cbak_uuid(

fzrt_UUID_td

uuid )

Parameters

uuid [Result]

uuid to be filled with the tool id

Returns

Error codes

Availability

5.0.0.0

See Also

fz_tool_cbak_name, fz_tool_cbak_help

Function Set

fz_tool_cbak_fset


Defined in

fz_tool_api.h