'
' declarations for SARUVB.DLL
'
Declare Function SaruVBAbout Lib "SARUVB.DLL" (ByVal hWND As Long) As Long
Declare Function ShiftLeft Lib "SARUVB.DLL" (ByVal nValue As Long, ByVal nBits As Long) As Long
Declare Function ShiftRight Lib "SARUVB.DLL" (ByVal nValue As Long, ByVal nBits As Long) As Long

