Skip to main content

Name

ec_converter_close — closes a converter

Synopsis

#include "misc/converter.h"

| void **ec_converter_close** ( | conv); |   |

ec_converter * <var class="pdparam">conv</var>;

Description

Note

This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.

closes a converter.

You must close a converter when you have finished using it.

Parameters

conv

a converter

Was this page helpful?