VSTGUI  4.9
Graphical User Interface Framework not only for VST plugins
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
mz_zip_archive_file_stat Struct Reference

Public Attributes

mz_uint32 m_file_index
 
mz_uint64 m_central_dir_ofs
 
mz_uint16 m_version_made_by
 
mz_uint16 m_version_needed
 
mz_uint16 m_bit_flag
 
mz_uint16 m_method
 
time_t m_time
 
mz_uint32 m_crc32
 
mz_uint64 m_comp_size
 
mz_uint64 m_uncomp_size
 
mz_uint16 m_internal_attr
 
mz_uint32 m_external_attr
 
mz_uint64 m_local_header_ofs
 
mz_uint32 m_comment_size
 
mz_bool m_is_directory
 
mz_bool m_is_encrypted
 
mz_bool m_is_supported
 
char m_filename [MZ_ZIP_MAX_ARCHIVE_FILENAME_SIZE]
 
char m_comment [MZ_ZIP_MAX_ARCHIVE_FILE_COMMENT_SIZE]
 

Member Data Documentation

mz_uint16 m_bit_flag
mz_uint64 m_central_dir_ofs
char m_comment[MZ_ZIP_MAX_ARCHIVE_FILE_COMMENT_SIZE]
mz_uint32 m_comment_size
mz_uint64 m_comp_size
mz_uint32 m_crc32
mz_uint32 m_external_attr
mz_uint32 m_file_index
char m_filename[MZ_ZIP_MAX_ARCHIVE_FILENAME_SIZE]
mz_uint16 m_internal_attr
mz_bool m_is_directory
mz_bool m_is_encrypted
mz_bool m_is_supported
mz_uint64 m_local_header_ofs
mz_uint16 m_method
time_t m_time
mz_uint64 m_uncomp_size
mz_uint16 m_version_made_by
mz_uint16 m_version_needed

The documentation for this struct was generated from the following file: