注册 登录
编程论坛 C# 论坛

求大神翻译这些代码啊

qq8801103 发布于 2014-07-15 10:04, 534 次点击
Declare Function checkCardReaderValid Lib "cardapi.dll" (ByVal lPort As Long) As String
Declare Function getImagePath Lib "cardapi.dll" () As String
Declare Function getPersonMsg Lib "cardapi.dll" (ByVal iPort As Long) As String
Declare Function getNewAddress Lib "cardapi.dll" (ByVal iPort As Long) As String
Declare Sub resetCardReader Lib "cardapi.dll" (ByVal iPort As Long)


把他翻译成C#语言应该是什么
1 回复
#2
何事惊慌2014-07-15 23:47
貌似是Vb调用API啊
1