ec_converter_close
Last updated March 2020
Name
ec_converter_close — closes a converter
Synopsis
#include "misc/converter.h"
| void **ec_converter_close** (
| conv)
; | |
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.
- conv
-
a converter
Was this page helpful?