updf_get_parentΒΆ

updf_get_parent returns the parent storage of a stream or storage.

stgParent = updf_get_parent(file)
stgParent = updf_get_parent(stg)

Return Value

stgParent.

Parameters

file

file is the pointer to a stream.

stg

stg.

History

Version Description
R2013.5 New.

id-1727300