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

fzpl_fset_is_available

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(

const fzrt_UUID_td

funcset_id,

fzpl_vers_td

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

fzpl_fset_acquire

Function Set

fzpl_fset_glue_fset


Defined in

fzpl_plugin.h