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

fzpl_vers_op_td

Description

formZ plugin version comparison options. Passed into functions which do version comparisons. Specifies whether the version should be older, newer, or an exact match.

enum fzpl_vers_op_td {

FZPL_VERSION_OP_OLDER,

FZPL_VERSION_OP_NEWER,

FZPL_VERSION_OP_EXACT };

Members

FZPL_VERSION_OP_OLDER

Specifies that the version must be older or the same

FZPL_VERSION_OP_NEWER

Specifies that the version must be newer or the same

FZPL_VERSION_OP_EXACT

Specifies that the version must be the same

Availability

5.0.0.0

Defined in

fzpl_plugin.h