VB的接口是这样写的,DELPHI不知道怎么写?
Declare Function rdstr_4442 Lib "yjrdic.dll" (ByVal icaddr As Byte, ByVal offset As Integer, ByVal le As Integer, ByRef data_buffer As Byte) As Integer
Declare Function check_4442 Lib "yjrdic.dll" (ByVal icaddr As Byte) As Integer
Declare Function wrstr_4442 Lib "yjrdic.dll" (ByVal icaddr As Byte, ByVal offset As Integer, ByVal le As Integer, ByVal data_buffer$) As Integer
Declare Function wrstr_4442_hex Lib "yjrdic.dll" Alias "wrstr_4442" (ByVal icaddr As Byte, ByVal offset As Integer, ByVal le As Integer, ByRef data_buffer As Byte) As Integer
Declare Function rdpb_4442 Lib "yjrdic.dll" (ByVal le As Integer, ByVal data_buffer$) As Integer
Declare Function wrpb_4442 Lib "yjrdic.dll" (ByVal offset As Integer, ByVal le As Integer, ByVal data_buffer$) As Integer
Declare Function ckey_4442 Lib "yjrdic.dll" (ByVal icaddr As Byte, ByVal le As Integer, ByRef data_buffer As Byte) As Integer
Declare Function mkey_4442 Lib "yjrdic.dll" (ByVal icaddr As Byte, ByVal le As Integer, ByRef data_buffer As Byte) As Integer
Declare Function rkey_4442 Lib "yjrdic.dll" (ByVal icaddr As Byte, ByVal le As Integer, ByRef data_buffer As Byte) As Integer
Declare Function rkeyc_4442 Lib "yjrdic.dll" (ByVal icaddr As Byte, counter As Integer) As Integer
Declare Function asc_hex Lib "yjrdic.dll" (ByVal asc$, ByRef hex As Byte, ByVal le&
As Integer
Declare Function hex_asc Lib "yjrdic.dll" (ByRef hex As Byte, ByVal asc$, ByVal le&
As Integer
Declare Function asc_asc% Lib "yjrdic.dll" (ByRef des As Byte, ByVal sorc$, ByVal le&