updf_prop_closeΒΆ

updf_prop_close closes the properties in a storage or stream.

bool = updf_prop_close(props)

Return Value

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

Parameters

props

props.

Example

See updf_prop_set_at.

History

Version Description
5.6.0 New

id-414613