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