formZ SDK | 5.0 API Reference | System | Plugin Manager (FZPL)

fzpl_plugin_file_get_floc

Description

Gets the plugin file's floc. This function gets the floc for the plugin whose entry point function ( fzpl_plugin_entry_func) has been called.
IMPORTANT NOTE: This function is only valid within the plugin's entry point. If the file's floc is needed at other times, use in the fzpl_plugin_query_fset function set.

Plugin Prototype

fzrt_error_td fzpl_plugin_file_get_floc(

fzrt_floc_ptr

floc )

Parameters

floc [Result]

The plugin file's floc.

Returns

FZRT_NOERR on success.
An error otherwise.

Availability

5.0.0.0

Function Set

fzpl_fset_glue_fset


Defined in

fzpl_plugin.h