formZ SDK | 5.0 API Reference | System | Plugin Manager (FZPL)
Description
The information in this structure can be used to determine if a plugin can run. For example if a plugin only runs with version 5.0 of formZ RadioZity with an API version of 4.2, the information can be found in the host_name, host_version, and host_API_version fields.
Information about the host application.
typedef struct fzpl_host_config_td {
char | host_name[FZPL_NAME_SIZE]; |
char | host_vendor_name[FZPL_NAME_SIZE]; |
char | host_URL[FZPL_URL_SIZE]; |
host_version; | |
host_API_version; | |
host_floc }; |
Members
host_name[FZPL_NAME_SIZE]
the name of the host application.
host_vendor_name[FZPL_NAME_SIZE]
the vendor name of the host application.
host_URL[FZPL_URL_SIZE]
the URL of the host application vendor.
host_version
the version of the host application.
host_API_version
the version of the API the host application was built with.
host_floc
the volum spec of the host application disk file.
Availability
5.0.0.0
See Also
Defined in