VSTGUI  4.9
Graphical User Interface Framework not only for VST plugins
mz_zip_archive Struct Reference

Public Attributes

mz_uint64 m_archive_size
 
mz_uint64 m_central_directory_file_ofs
 
mz_uint32 m_total_files
 
mz_zip_mode m_zip_mode
 
mz_zip_type m_zip_type
 
mz_zip_error m_last_error
 
mz_uint64 m_file_offset_alignment
 
mz_alloc_func m_pAlloc
 
mz_free_func m_pFree
 
mz_realloc_func m_pRealloc
 
void * m_pAlloc_opaque
 
mz_file_read_func m_pRead
 
mz_file_write_func m_pWrite
 
mz_file_needs_keepalive m_pNeeds_keepalive
 
void * m_pIO_opaque
 
mz_zip_internal_statem_pState
 

Member Data Documentation

◆ m_archive_size

mz_uint64 m_archive_size

◆ m_central_directory_file_ofs

mz_uint64 m_central_directory_file_ofs

◆ m_file_offset_alignment

mz_uint64 m_file_offset_alignment

◆ m_last_error

mz_zip_error m_last_error

◆ m_pAlloc

mz_alloc_func m_pAlloc

◆ m_pAlloc_opaque

void* m_pAlloc_opaque

◆ m_pFree

mz_free_func m_pFree

◆ m_pIO_opaque

void* m_pIO_opaque

◆ m_pNeeds_keepalive

mz_file_needs_keepalive m_pNeeds_keepalive

◆ m_pRead

mz_file_read_func m_pRead

◆ m_pRealloc

mz_realloc_func m_pRealloc

◆ m_pState

◆ m_pWrite

mz_file_write_func m_pWrite

◆ m_total_files

mz_uint32 m_total_files

◆ m_zip_mode

mz_zip_mode m_zip_mode

◆ m_zip_type

mz_zip_type m_zip_type

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