home *** CD-ROM | disk | FTP | other *** search
/ Software Recommendations - 1998 Season 1 / DNBCD4.iso / develop / lib / addzip / ADDZIP.ZIP / TESTAIM / AIM16.BAS next >
Encoding:
BASIC Source File  |  1997-06-01  |  663 b   |  14 lines

  1. ' aim16.bas
  2. '
  3. ' Function declaration file for addZIP In-Memory Compression Library#
  4. ' Copyright ⌐ 1996, Stephen Darlington. All rights reserved.
  5. '
  6. ' You cannot distribute a compiled version of this code
  7. ' without prior registration. Please see the documentation
  8. ' supplied with the addZIP Compression Libraries for
  9. ' further details.
  10.  
  11. 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
  12. 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
  13.  
  14.