$hdll = DllOpen("winio.dll") If $hdll = -1 Then MsgBox(0, "错误", "打开winio.dll文件出错") EndIf $return=DllCall($hdll, "int", "InitializeWinIo") If @error <> 0 Then MsgBox(0, "错误", "安装winio.sys文件出错" & @error) EndIf DllCall($hdll, "long", "GetPortVal", "int", 0x60, "long_ptr",$f[0], "byte", 1)
举报
本版积分规则 发表回复 回帖后跳转到最后一页
|手机版|小黑屋|AUTOIT CN ( 鲁ICP备19019924号-1 )谷歌 百度
GMT+8, 2024-11-16 06:29 , Processed in 0.075417 second(s), 23 queries .
Powered by Discuz! X3.5 Licensed
© 2001-2024 Discuz! Team.