[ZIPFLDR] Initial implementation.
[reactos.git] / dll / shellext / zipfldr / IZip.hpp
diff --git a/dll/shellext/zipfldr/IZip.hpp b/dll/shellext/zipfldr/IZip.hpp
new file mode 100644 (file)
index 0000000..bb16e50
--- /dev/null
@@ -0,0 +1,12 @@
+/*
+ * PROJECT:     ReactOS Zip Shell Extension
+ * LICENSE:     GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
+ * PURPOSE:     IZip
+ * COPYRIGHT:   Copyright 2017 Mark Jansen (mark.jansen@reactos.org)
+ */
+
+struct IZip : public IUnknown
+{
+    virtual STDMETHODIMP_(unzFile) getZip() PURE;
+};
+