[VBA ] VBA Declare 問題

看板Visual_Basic作者 (YMC)時間6年前 (2018/10/24 16:21), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
請問我有一個函式如下: int32 HID_API_TI_EXPORT_CALL TI_Adapter_read_Word(Uint8 in_dev_addr, Uint8 in_command_code, Uint16 * out_data, Uint8 * out_pec); 我在程式裡面宣告成如下: Private Declare Function TI_Adapter_read_Byte Lib _ "D:\CP_I2C.dll" _ (ByVal in_dev_addr As Integer, _ ByVal in_command_code As Integer, _ ByRef out_data As String, _ ByRef out_pec As String) _ As Integer 但編譯是錯誤的,告知型態不符合,請問一下該如何修正?謝謝。 -- ※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 61.216.85.241 ※ 文章網址: https://www.ptt.cc/bbs/Visual_Basic/M.1540369278.A.959.html
文章代碼(AID): #1Rq2j-bP (Visual_Basic)
文章代碼(AID): #1Rq2j-bP (Visual_Basic)