int __stdcall RD_InventoryTagPs(int hComm, char* pUidInfo, int &nUidCount)
函式說明,hcomm為輸入引數 ,
char* pUidInfo, int &nUidCount 為輸出引數
回傳值為int型別
在pb里如何宣告?
uj5u.com熱心網友回復:
Function Long RD_InventoryTagPs(Long hComm,ref String pUidInfo,ref Long nUidCount) library "你的DLL"
uj5u.com熱心網友回復:
int RD_InventoryTagPs(int , string pUidInfo, ref int &nUidCount)uj5u.com熱心網友回復:
用以下代碼試試Function Long RD_InventoryTagPs(Long aa, ref String bb,ref Long cc) library "DLL"
如果是pb10以上版本
Function Long RD_InventoryTagPs(Long aa, ref String bb,ref Long cc) library "DLL" alias for
"RD_InventoryTagPs;Ansi"
uj5u.com熱心網友回復:
int RD_InventoryTagPs(int , string pUidInfo, ref int &nUidCount)uj5u.com熱心網友回復:
+1
轉載請註明出處,本文鏈接:https://www.uj5u.com/shujuku/51136.html
標籤:基礎類
下一篇:如何在資料視窗里只列印資料部分
