首页 /编程语言和算法/VB6/ASP
 VB6 如何在VB中调用I/O,这里提供inout.dll下载
2023年5月8日 00:20

功能:

Private Declare Function inportb (ByVal port As Integer) As Byte Reads in a byte
Private Declare Function inportw (ByVal port As Integer) As Integer Reads in a word
Private Declare Sub outportb(Byval port As Integer, x As Byte) Sends a byte
Private Declare Sub outportw(Byval port As Integer, x As Integer) Sends a word

这里提供inout.dll下载


 
全部回复(0)
首页 | 电脑版 |