updf_open_streamΒΆ
updf_open_stream opens an existing stream in a updf file.
- file = updf_open_stream(stg, name)
- file = updf_open_stream(stg, name, mode)
Return Value
file is the pointer to the stream or 0 if the stream cannot be opened.
Parameters
- stg
stg is a storage object (see updf_create_file, updf_open_file, updf_create_storage).
- name
name is the stream name.
- mode
mode must be 0. Other flags are not defined yet.
History
Version |
Description |
---|---|
5.6.0 |
New |
See also
id-151703