updf_stat_get_type returns the type of an element.
Return Value
etype is one of the following values:
| UPDF_STORAGE (0) |
| UPDF_STREAM (1) |
Parameters
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