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

fzpl_command_td

Description

These commands tell the plugin what to do each time the entry point is called.

enum fzpl_command_td {

FZPL_PLUGIN_INITIALIZE,

FZPL_PLUGIN_EXIT };

Members

FZPL_PLUGIN_INITIALIZE

Also called the first time a plugin file is loaded.

FZPL_PLUGIN_EXIT

Called just before the application terminates.

Availability

5.0.0.0

See Also

fzpl_plugin_entry_func

Defined in

fzpl_plugin.h