Function description, hcomm as input parameters,
Char * pUidInfo, int & amp; NUidCount as output parameter
Returns a value of type int
In pb how to declare?
CodePudding user response:
Function Long RD_InventoryTagPs (Long hComm, ref String pUidInfo, ref Long nUidCount) library "your DLL"
CodePudding user response:
Int RD_InventoryTagPs (int, string pUidInfo, ref int & amp; NUidCount)CodePudding user response:
Try using the following codeThe Function Long RD_InventoryTagPs (Long aa, ref String bb, ref Long cc) library "DLL"
If the above is the pb10 version
The Function Long RD_InventoryTagPs (Long aa, ref String bb, ref Long cc) library "DLL" alias for
"RD_InventoryTagPs; Ansi"
CodePudding user response:
Int RD_InventoryTagPs (int, string pUidInfo, ref int & amp; NUidCount)CodePudding user response:
The