formZ SDK | 5.0 API Reference | System | Plugin Manager (FZPL)
Description
Gets the human readable name of a plugin.
Plugin Prototype
fzrt_error_td fzpl_plugin_get_name(
fzrt_unsigned_int | plugin_rt_id, |
char * | pl_name, |
fzrt_int | max_len ) |
Parameters
plugin_rt_id [Input]
The plugin's runtime id.
pl_name [Result]
The plugin's name.
max_len [Input]
The maximum number of characters to copy into pl_name.
Returns
FZRT_NOERR on success.
FZRT_BAD_PARAM_ERROR - pl_name is NULL or plugin_rt_id is invalid.
Availability
5.0.0.0
Function Set
Defined in