Skip to content

Commit

Permalink
Continue to add 7-Zip Hasher interface definitions to NanaZip.Specifi…
Browse files Browse the repository at this point in the history
…cation.SevenZip.
  • Loading branch information
MouriNaruto committed Feb 3, 2024
1 parent a6f2eb9 commit eb3469e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions NanaZip.Specification/NanaZip.Specification.SevenZip.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ IHasher : public IUnknown
virtual UINT32 STDMETHODCALLTYPE GetDigestSize() = 0;
};

#define SEVENZIP_HASHER_PROPID_ID 0 /* VT_UI8 */
#define SEVENZIP_HASHER_PROPID_NAME 1 /* VT_BSTR */
#define SEVENZIP_HASHER_PROPID_DIGEST_SIZE 9 /* VT_UI4 */

MIDL_INTERFACE("23170F69-40C1-278A-0000-000400C10000")
IHashers: public IUnknown
{
Expand Down

0 comments on commit eb3469e

Please sign in to comment.