mirror of
https://github.com/Xevion/easy7zip.git
synced 2026-01-31 14:24:09 -06:00
Update to 7-Zip 17.00 Beta
This commit is contained in:
@@ -170,6 +170,11 @@ CODER_INTERFACE(ICompressSetFinishMode, 0x26)
|
||||
1 : full decoding. The stream must be finished at the end of decoding. */
|
||||
};
|
||||
|
||||
CODER_INTERFACE(ICompressGetInStreamProcessedSize2, 0x27)
|
||||
{
|
||||
STDMETHOD(GetInStreamProcessedSize2)(UInt32 streamIndex, UInt64 *value) PURE;
|
||||
};
|
||||
|
||||
|
||||
CODER_INTERFACE(ICompressGetSubStreamSize, 0x30)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user