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

fzpl_fset_get_version

Description

Queries a function set for its version. The function set must have been acquired by fzpl_fset_acquire. fs_version must be pre-allocated by the caller.

Plugin Prototype

fzrt_error_td fzpl_fset_get_version(

const fzpl_fset_td * const

fset,

fzpl_vers_td * const

fs_version )

Parameters

fset [Input]

The function set to query.

fs_version [Result]

The function set's version.

Returns

FZRT_NOERR on success.
FZRT_BAD_PARAM_ERROR - fset or fs_version is NULL.
FZPL_BAD_FUNCTION_SET_ERROR - the function set is uninitialized or corrupt. Most likely caused by passing in a function set which was not acquired by fzpl_fset_acquire.

Availability

5.0.0.0

See Also

fzpl_fset_td

Function Set

fzpl_fset_glue_fset


Defined in

fzpl_plugin.h