updf_stat_get_typeΒΆ
updf_stat_get_type returns the type of an element.
- etype = updf_stat_get_type(stat)
Return Value
etype is one of the following values:
UPDF_STORAGE (0) |
UPDF_STREAM (1) |
Parameters
- stat
stat is a stat object returned by updf_enum_next.
Example
See updf_enum_begin.
History
Version |
Description |
---|---|
5.6.0 |
New. |
See also
id-462564