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