home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Tool Box
/
SIMS_2.iso
/
vb_code1
/
cusgen12
/
setup1.glb
< prev
next >
Wrap
Text File
|
1993-01-14
|
734b
|
14 lines
DefInt A-Z
Global Const SRCCOPY = &HCC0020
Declare Function GetWindowsDirectory Lib "Kernel" (ByVal lpBuffer As String, ByVal nSize As Integer) As Integer
Declare Function GetSystemDirectory Lib "Kernel" (ByVal lpBuffer As String, ByVal nSize As Integer) As Integer
Declare Function BitBlt Lib "Gdi" (ByVal destHdc, ByVal X, ByVal Y, ByVal w, ByVal h, ByVal srcHdc, ByVal srcX, ByVal srcY, ByVal Rop As Long)
Declare Sub GetFileVersion Lib "SETUPKIT.DLL" (ByVal FileName$, ByVal szBuf$, ByVal LenBuf%)
Declare Function DiskSpaceFree Lib "SETUPKIT.DLL" () As Long
Declare Function AllocUnit Lib "SETUPKIT.DLL" () As Long
Declare Function SetTime Lib "SETUPKIT.DLL" (ByVal A$, ByVal b$) As Integer