home *** CD-ROM | disk | FTP | other *** search
- ' Visual Basic declares file for
- '
- ' aunzip32.dll addUNZIP 32-bit decompression library
- '
- ' Copyright ⌐ 1996,1997 Stephen Darlington. All rights reserved.
- ' Written by Stephen Darlington August 1997
-
- Declare Function addUNZIP Lib "aunzip32.dll"() As Long
- Declare Function addUNZIP_Abort lib "aunzip32.dll" (ByVal iFlag as Integer) as Integer
- Declare Function addUNZIP_ArchiveName Lib "aunzip32.dll"( ByVal filename As String) As Integer
- Declare Function addUNZIP_Decrypt Lib "aunzip32.dll"( ByVal cPassword As String) As Integer
- Declare Function addUNZIP_DisplayComment Lib "aunzip32.dll"( ByVal bFlag As Integer) As Integer
- Declare Function addUNZIP_Exclude Lib "aunzip32.dll"( ByVal files As String) As Integer
- Declare Function addUNZIP_ExcludeListFile Lib "aunzip32.dll"( ByVal cFile As String) As Integer
- Declare Function addUNZIP_ExtractTo Lib "aunzip32.dll"( ByVal cPath As String) As Integer
- Declare Function addUNZIP_Freshen Lib "aunzip32.dll"( ByVal iFlag As Integer) As Integer
- Declare Function addUNZIP_GetLastError Lib "aunzip32.dll"() As Integer
- Declare Function addUNZIP_GetLastWarning Lib "aunzip32.dll"() As Integer
- Declare Function addUNZIP_Include Lib "aunzip32.dll"( ByVal files As String) As Integer
- Declare Function addUNZIP_IncludeListFile Lib "aunzip32.dll"( ByVal cFile As String) As Integer
- Declare Sub addUNZIP_Initialise Lib "aunzip32.dll" ()
- Declare Function addUNZIP_InstallCallback Lib "aunzip32.dll"( ByVal fn As Long) As Integer
- Declare Function addUNZIP_Overwrite Lib "aunzip32.dll"( ByVal iFlag As Integer) As Integer
- Declare Function addUNZIP_Register Lib "aunzip32.dll"( ByVal cName As String, ByVal iNumber As Long) As Integer
- Declare Function addUNZIP_ResetDefaults Lib "aunzip32.dll"()
- Declare Function addUNZIP_RestoreAttributes Lib "aunzip32.dll"( ByVal iFlag As Integer) As Integer
- Declare Function addUNZIP_RestoreStructure Lib "aunzip32.dll"( ByVal iFlag As Integer) As Integer
- Declare Function addUNZIP_SetParentWindowHandle Lib "aunzip32.dll"( ByVal hwnd As Long) As Integer
- Declare Function addUNZIP_SetWindowHandle Lib "aunzip32.dll"( ByVal hwnd As Long) As Integer
- Declare Function addUNZIP_Test Lib "aunzip32.dll"( ByVal iFlag As Integer) As Integer
- Declare Function addUNZIP_ToMemory Lib "aunzip32.dll"( ByVal lpStr As String, ByVal Uint32 As Long) As Integer
- Declare Function addUNZIP_Update Lib "aunzip32.dll"( ByVal iFlag As Integer) As Integer
- Declare Function addUNZIP_View Lib "aunzip32.dll"( ByVal bFlag As Integer) As Integer
-