home *** CD-ROM | disk | FTP | other *** search
- ' Visual Basic declares file for
- '
- ' azip16.dll addZIP 16-bit compression library
- '
- ' Copyright ⌐ 1996,1997 Stephen Darlington. All rights reserved.
- ' Written by Stephen Darlington August 1997
-
- ' Function declarations
- Declare Function addZIP Lib "azip16.dll" () As Integer
- Declare Function addZIP_Abort Lib "azip16.dll" (ByVal bFlag As Integer) As Integer
- Declare Function addZIP_ArchiveName Lib "azip16.dll" (ByVal lpStr As String) As Integer
- Declare Function addZIP_BuildSFX Lib "azip16.dll" (ByVal iFlag as Integer) as Integer
- Declare Function addZIP_ClearAttributes Lib "azip16.dll" (ByVal Int16 As Integer) As Integer
- Declare Function addZIP_Comment Lib "azip16.dll" (ByVal lpStr As String) As Integer
- Declare Function addZIP_Delete Lib "azip16.dll" (ByVal Int16 As Integer) As Integer
- Declare Function addZIP_DeleteComment Lib "azip16.dll" (ByVal Int16 As Integer) As Integer
- Declare Function addZIP_DisplayComment Lib "azip16.dll" (ByVal Int16 As Integer) As Integer
- Declare Function addZIP_Encrypt Lib "azip16.dll" (ByVal lpStr As String) As Integer
- Declare Function addZIP_Exclude Lib "azip16.dll" (ByVal lpStr As String) As Integer
- Declare Function addZIP_ExcludeListFile Lib "azip16.dll" (ByVal lpStr As String) As Integer
- Declare Function addZIP_GetLastError Lib "azip16.dll" () As Integer
- Declare Function addZIP_GetLastWarning Lib "azip16.dll" () As Integer
- Declare Function addZIP_Include Lib "azip16.dll" (ByVal lpStr As String) As Integer
- Declare Function addZIP_IncludeArchive Lib "azip16.dll" (ByVal iFlag As Integer) As Integer
- Declare Function addZIP_IncludeDirectoryEntries Lib "azip16.dll" (ByVal flag As Integer) As Integer
- Declare Function addZIP_IncludeFilesNewer Lib "azip16.dll" (ByVal DateVal As String) As Integer
- Declare Function addZIP_IncludeFilesOlder Lib "azip16.dll" (ByVal DateVal As String) As Integer
- Declare Function addZIP_IncludeHidden Lib "azip16.dll" (ByVal iFlag As Integer) As Integer
- Declare Function addZIP_IncludeListFile Lib "azip16.dll" (ByVal lpStr As String) As Integer
- Declare Function addZIP_IncludeReadOnly Lib "azip16.dll" (ByVal iFlag As Integer) As Integer
- Declare Function addZIP_IncludeSystem Lib "azip16.dll" (ByVal iFlag As Integer) As Integer
- Declare Sub addZIP_Initialise Lib "azip16.dll" ()
- Declare Function addZIP_InstallCallback Lib "azip16.dll" (ByVal cbFunction As Long) As Integer
- Declare Function addZIP_Overwrite Lib "azip16.dll" (ByVal Int16 As Integer) As Integer
- Declare Function addZIP_Recurse Lib "azip16.dll" (ByVal Int16 As Integer) As Integer
- Declare Function addZIP_Register Lib "azip16.dll" (ByVal lpStr As String, ByVal Uint32 As Long) As Integer
- Declare Function addZIP_SaveAttributes Lib "azip16.dll" (ByVal Int16 As Integer) As Integer
- Declare Function addZIP_SaveRelativeTo Lib "azip16.dll"( ByVal szPath As String) As Integer
- Declare Function addZIP_SaveStructure Lib "azip16.dll" (ByVal Int16 As Integer) As Integer
- Declare Function addZIP_SetArchiveDate Lib "azip16.dll" (ByVal Int16 As Integer) As Integer
- Declare Function addZIP_SetCompressionLevel Lib "azip16.dll" (ByVal Int16 As Integer) As Integer
- Declare Function addZIP_SetParentWindowHandle Lib "azip16.dll" (ByVal Hwnd As Integer) As Integer
- Declare Function addZIP_SetTempDrive Lib "azip16.dll" (ByVal lpStr As String) As Integer
- Declare Function addZIP_SetWindowHandle Lib "azip16.dll" (ByVal Hwnd As Integer) As Integer
- Declare Function addZIP_Span Lib "azip16.dll" (ByVal Int16 As Integer) As Integer
- Declare Function addZIP_Store Lib "azip16.dll" (ByVal lpStr As String) As Integer
- Declare Function addZIP_UseLFN Lib "azip16.dll" (ByVal Int16 As Integer) As Integer
- Declare Function addZIP_View Lib "azip16.dll" (ByVal Int16 As Integer) As Integer
-
-