Table of Contents

Search

  1. Preface
  2. The Transformation Language
  3. Constants
  4. Operators
  5. Variables
  6. Dates
  7. Functions
  8. Creating Custom Functions
  9. Custom Function API Reference

Transformation Language Reference

Transformation Language Reference

Get Plug-in Version Function

Get Plug-in Version Function

This function defines the version of the plug-in. It must be the same as the Custom Function API version, which is 1.0.0.
Use the following syntax:
INFA_EXPR_STATUS INFA_EXPR_GetPluginVersion(INFA_VERSION *sdkVersion, INFA_VERSION *pluginVersion);
Argument
Datatype
Input/
Output
Description
sdkVersion
INFA_VERSION
Input
Version of the Custom Function API. Use 1.0.0.
pluginVersion
INFA_VERSION
Output
Version of the plug-in you want to create.
The return datatype is INFA_EXPR_STATUS. Use ISUCCESS and IFAILURE as the return values. If the function returns IFAILURE, the session or workflow fails.

0 COMMENTS

We’d like to hear from you!