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

fzpl_vers_td

Description

formZ plugin version type Represents the version of a plugin and data. The version number is made up of 4 values:
The major version number.
The minor version number.
The patch major version number.
The patch minor version number.
As an example, for version 3.9.5, the major version number is 3, the minor version number is 9, the patch major version number is 5 and the patch minor version number is 0.

These version numbers are encoded such that values of type fzpl_vers_td can be directly compared using standard c/c++ comparison operators (>, <, ==, !=).

Availability

5.0.0.0

See Also

FZPL_VERS_MAKE

Defined in

fzpl_plugin.h