Previous topic

updf_enum_next

Next topic

updf_file_copy_to

This Page

updf_file_closeΒΆ

updf_file_close closes a updf stream.

bool = updf_file_close(file)

Return Value

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

Parameters

file

file.

Example

See updf_create_stream.

History

Version Description
5.6.0 New

id-110303