文件名称:控制并口的API文件(inpout32.dll)
文件大小:32KB
文件格式:DLL
更新时间:2012-02-24 02:37:14
inpout32
结构: Public Declare Function Inp Lib "inpout32.dll" _ Alias "Inp32" (ByVal PortAddress As Integer) As Integer Public Declare Sub Out Lib "inpout32.dll" _ Alias "Out32" (ByVal PortAddress As Integer, ByVal Value As Integer)