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