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

fzpl_plugin_unregister

Description

Used in the FZPL_PLUGIN_EXIT phase of fzpl_plugin_entry_func to unregister the plugins that were successfully registered with fzpl_plugin_register.

Plugin Prototype

fzrt_error_td fzpl_plugin_unregister(

fzrt_unsigned_int

pluginId )

Parameters

pluginId [Input]

A runtime id used to identify this plugin. This was set by fzpl_plugin_register.

Returns

FZRT_NOERR on success.
FZRT_BAD_PARAM_ERROR - plugin_id is invalid.

Availability

5.0.0.0

Function Set

fzpl_fset_glue_fset


Defined in

fzpl_plugin.h