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