      Vbio32.dll   C:\Windows\System.
     .

Private Declare Sub Outport Lib "Vbio32.dll" (ByVal portid%, ByVal nbyte%)
Private Declare Sub OutportW Lib "Vbio32.dll" (ByVal portid%, ByVal nbyte%)
Private Declare Function Inport Lib "Vbio32.dll" (ByVal portid%) As Integer
Private Declare Function InportW Lib "Vbio32.dll" (ByVal portid%) As Integer
