home *** CD-ROM | disk | FTP | other *** search
- Declare Function GetProfileString Lib "Kernel" (ByVal Sname$, ByVal Kname$, ByVal Def$, ByVal Ret$, ByVal Size%) As Integer
-
- Declare Function bitAnd Lib "d:\vb\workshop\bits.dll" (ByVal v1 As Integer, ByVal v2 As Integer) As Integer
- Declare Function bitOr Lib "d:\vb\workshop\bits.dll" (ByVal v1 As Integer, ByVal v2 As Integer) As Integer
- Declare Function bitXOr Lib "d:\vb\workshop\bits.dll" (ByVal v1 As Integer, ByVal v2 As Integer) As Integer
- Declare Function bitShiftLeft Lib "d:\vb\workshop\bits.dll" (ByVal v1 As Integer, ByVal v2 As Integer) As Integer
- Declare Function bitShiftRight Lib "d:\vb\workshop\bits.dll" (ByVal v1 As Integer, ByVal v2 As Integer) As Integer
-
- Declare Function byteHigh Lib "d:\vb\workshop\bits.dll" (ByVal v1 As Integer) As Integer
- Declare Function byteLow Lib "d:\vb\workshop\bits.dll" (ByVal v1 As Integer) As Integer
- Declare Function bitPack Lib "d:\vb\workshop\bits.dll" (ByVal v1 As Integer, ByVal v2 As Integer) As Integer
-
-