formZ SDK | 5.0 API Reference | System | Plugin Manager (FZPL)
Description
Releases a function set. Releases a function set acquired by fzpl_fset_acquire. After calling this it will no longer be safe to call any of the function in the function set. This function decrements the function set's reference count and when it reaches 0, a plugin implementing the function set may be unloaded.
Plugin Prototype
fzrt_error_td fzpl_fset_release(
fzpl_fset_td * const | fset ) |
Parameters
fset [Input]
the function set to be released.
Returns
FZRT_NOERR on success.
FZRT_BAD_PARAM_ERROR - fset is NULL
Availability
5.0.0.0
See Also
Function Set
Defined in