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 is the pointer to a stream.

Example

See updf_create_stream.

History

Version Description
5.6.0 New

id-110303