updf_enum_closeΒΆ

updf_enum_close

bool = updf_enum_close(enum)

Return Value

If the function succeeds, the return value is TRUE (1); otherwise it is FALSE (0).

Parameters

enum

enum.

Example

Siehe Beispiel bei updf_enum_begin.

History

Version Description
5.6.0 New

id-1017291