' Function declaration file for addZIP In-Memory Compression Library#
' Copyright ⌐ 1996, Stephen Darlington. All rights reserved.
'
' You cannot distribute a compiled version of this code
' without prior registration. Please see the documentation
' supplied with the addZIP Compression Libraries for
' further details.
Declare Function addZIP_InMemory Lib "aim16.dll" (ByVal lpOriginal As String, ByVal lOriginal As Long, ByVal lpComp As String, ByVal lComp As Long) As Long
Declare Function addUNZIP_InMemory Lib "aim16.dll" (ByVal lpOriginal As String, ByVal lOriginal As Long, ByVal lpComp As String, ByVal lComp As Long) As Long