首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > .NET > .NET >

語言轉換解决方法

2012-09-27 
語言轉換function ReadClockRecords(hPort: THandle Clock_id: Integer Style: Byte OutData: Pchar K

語言轉換
function ReadClockRecords(hPort: THandle; Clock_id: Integer; Style: Byte; OutData: Pchar; Kind: Byte=0):Integer
那位大哥幫我把上面的轉換成VB語言

[解决办法]
function ReadClockRecords(hPort as Long, Clock_id as Long, Style as Byte, OutData as String, Kind as Byte=0) as Integer
[解决办法]
delphi 中的 String是没法被VB\VC识别的格式,必须使用pchar

热点排行