ReactOS 0.4.15-dev-7958-gcd0bb1a
IZip.hpp
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Zip Shell Extension
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: IZip
5 * COPYRIGHT: Copyright 2017 Mark Jansen (mark.jansen@reactos.org)
6 */
7
8struct IZip : public IUnknown
9{
10 virtual STDMETHODIMP_(unzFile) getZip() PURE;
11};
12
#define PURE
Definition: basetyps.h:64
Definition: IZip.hpp:9
virtual STDMETHODIMP_(unzFile) getZip() PURE
voidp unzFile
Definition: unzip.h:70