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