formZ SDK | 5.0 API Reference | System | Plugin Manager (FZPL)
Description
Checks if a plugin has been marked as disabled. This usually means that the user has turned off this plugin and it won't be loaded next time the application runs.
Plugin Prototype
fzrt_error_td fzpl_plugin_is_disabled(
fzrt_unsigned_int | plugin_rt_id, |
fzrt_boolean * const | is_disabled ) |
Parameters
plugin_rt_id [Input]
The plugin's runtime id.
is_disabled [Result]
TRUE - The plugin has been marked
as disabled.
FALSE - otherwise.
Returns
FZRT_NOERR on success.
FZRT_BAD_PARAM_ERROR - is_disabled is NULL or plugin_rt_id is invalid.
Availability
5.0.0.0
Function Set
Defined in