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