Skip to content

Commit

Permalink
Update NanaZip.Specification.SevenZip.
Browse files Browse the repository at this point in the history
  • Loading branch information
MouriNaruto committed Jun 23, 2024
1 parent 921f6dd commit 2501a1a
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions NanaZip.Specification/NanaZip.Specification.SevenZip.h
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@ ICompressCoder : public IUnknown
_In_opt_ ICompressProgressInfo* Progress) = 0;
};

// ICompressSetCoderProperties

// ICompressSetDecoderProperties2

// ICompressWriteCoderProperties

// ICompressSetCoderMt

// ICompressSetInStream

MIDL_INTERFACE("23170F69-40C1-278A-0000-000400C00000")
IHasher : public IUnknown
{
Expand Down Expand Up @@ -110,22 +120,16 @@ IHashers: public IUnknown
EXTERN_C HRESULT WINAPI GetHashers(
_Out_ IHashers** Hashers);

// IArchiveOpenSeq

// ICompressSetCoderMt

// ICompressSetCoderProperties
// ISetProperties

// ICompressSetDecoderProperties2
// IInArchiveGetStream

// ICompressSetInStream
// IInArchive

// ICompressWriteCoderProperties
// IArchiveOpenSeq

// IInArchive
// IArchiveGetRawProps

// IOutArchive

// ISetProperties

#endif /* !NANAZIP_SPECIFICATION_SEVENZIP */

0 comments on commit 2501a1a

Please sign in to comment.