2.6.4.8. execute_Execute()

[<<<] [>>>]

This function was called from the basic main function. This function performs inititalization that is needed before each execution of the code and calls @xref{execute_Execute_r()} to perform the execution.

Note that @xref{execute_Execute_r()} is recursively calls itself.

This function is obsolete and is not used anymore. This is kept in the source for the shake of old third party variations that may depend on this function.

Use of this function in new applications is discouraged.

void execute_Execute(pExecuteObject pEo,
                     int *piErrorCode
  ){

[<<<] [>>>]