Home > database >  This API in PB how to call? Urgent urgent
This API in PB how to call? Urgent urgent

Time:09-19

Int __stdcall RD_InventoryTagPs (int hComm, char * pUidInfo, int & amp; NUidCount)

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 code
The 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
reference 3 floor lzp_lrp response:
with the following code try
The 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 "

+ 1
  • Related