formZ SDK | 5.0 API Reference | System | Plugin Manager (FZPL)
Description
This function checks the availability of a function set without acquiring it (without incrementing its reference count).
Plugin Prototype
fzrt_boolean fzpl_fset_is_available_crypt(
const fzrt_UUID_td | funcset_id, |
funcset_version, | |
const fzrt_UUID_td | pluginId ) |
Parameters
funcset_id [Input]
The UUID of the function set.
funcset_version [Input]
The version of the function set. Use the version in the appropriate header file or FZPL_VERS_ANY.
pluginId [Input]
The UUID of the plugin which implements the function set. Use FZRT_UUID_NULL if don't care or formZ implementation.
Returns
TRUE - The function set is available.
FALSE - The function set is not available.
Availability
5.0.0.0
See Also
Function Set
Defined in