ftf_closeΒΆ

ftf_close frees all memory used by the context.

bool = ftf_close(context)

Return Value

bool is TRUE (1) if the function was successful and otherwise FALSE (0).

Parameters

context

context is an object returned by ftf_open.

Example

see ftf_open

History

Version Description
5.9.0 New

id-1940496