VSTGUI
4.9
Graphical User Interface Framework not only for VST plugins
|
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_state * | m_pState |
mz_uint64 m_archive_size |
mz_uint64 m_central_directory_file_ofs |
mz_uint64 m_file_offset_alignment |
mz_zip_error m_last_error |
mz_alloc_func m_pAlloc |
void* m_pAlloc_opaque |
mz_free_func m_pFree |
void* m_pIO_opaque |
mz_file_needs_keepalive m_pNeeds_keepalive |
mz_file_read_func m_pRead |
mz_realloc_func m_pRealloc |
mz_zip_internal_state* m_pState |
mz_file_write_func m_pWrite |
mz_uint32 m_total_files |
mz_zip_mode m_zip_mode |
mz_zip_type m_zip_type |