updf_get_cmodeΒΆ
updf_get_cmode return the mode the UPDF file has been created with.
- cmode = updf_get_cmode(stg)
Return Value
cmode is 0 or a combination of the two flags UPDF_REPACKING and
UPDF_ZLIB_COMPRESSION.
Parameters
- stg
stg is a storage object (see updf_create_file, updf_open_file, updf_create_storage).
History
Version |
Description |
|---|---|
R2013 (5.50) |
New. |
See also
id-349246