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 User Interface Module-Level Function

Get User Interface Module-Level Function

This function sets the function pointers for module-level interaction.
Use the following syntax:
INFA_EXPR_STATUS INFA_EXPR_ModuleGetUserInterface(INFA_EXPR_LIB_METHODS* functions);
Argument
Datatype
Input/
Output
Description
functions
INFA_EXPR_LIB_METHODS
Output
Module get user interface functions.
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.
This function returns the following functions:
  • function_init.
    Initializes the function.
  • function_deinit.
    Deinitializes the function.

0 COMMENTS

We’d like to hear from you!