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

Destroy String Function

Destroy String Function

This function destroys all strings the plug-in returns. For example, it destroys error messages or the return value of other function calls, such as getFunctionDescription.
Use the following syntax:
void *(DestroyString)(IUNICHAR* str);
Argument
Datatype
Input/
Output
Description
str
IUNICHAR
Input
The input string this function deletes.
The function returns no value.

0 COMMENTS

We’d like to hear from you!