formZ SDK | 5.0 API Reference | System | Plugin Manager (FZPL)

fzpl_fset_def_get_fset_func

Description

This is a plugin implemented function. The plugin needs to implement one of these functions for each function set it implements. A pointer to each of these functions is passed into . This function checks the type and version of a function set that the plugin is to fill. If the type and version are ok, this function sets the function pointers of the function set. This function should use of the function set glue ( fzpl_fset_glue_fset) to do the type and version checking.

Plugin Prototype

fzrt_error_td fzpl_fset_def_get_fset_func(

const fzpl_fset_def_ptr

fset_def,

fzpl_fset_td * const

fset )

Parameters

fset_def [Input]

The function set definition. Use this for type and version checking.

fset [Input]

The function set to fill.

Returns

FZRT_NOERR on success.
FZRT_BAD_PARAM_ERROR - fset_def is NULL.
This also can return errors generated by of the function set factory.

Availability

5.0.0.0

Defined in

fzpl_plugin.h