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