Home > database >  Call DLL return transfer value error, PB master
Call DLL return transfer value error, PB master

Time:09-23

I call a Function declaration Function int wsGetAgentInfo (string pszAppID, string pszAuthenID, string pszAuthenPwd, string pszExtInfo, ref string ppszRsp) Library "XDesign. DLL
"
A function call: string Rsp="";
IRet=wsGetAgentInfo (strAppID strAuthenID, strAuthenPwd, UsrMsg, ref Rsp);


The return value obtained results Rsp is stil
O master ~ ~ ~ ~ thank you enough

CodePudding user response:

PB? 10 and above to:

The Function int wsGetAgentInfo (string pszAppID, string pszAuthenID, string pszAuthenPwd, string pszExtInfo, ref string ppszRsp) Library "XDesign. DLL; ANSI
"

CodePudding user response:

PB9.0 can run up to wrong values

CodePudding user response:

The need to look at the function prototype.
refer to the second floor response:
PB9.0 can run up to the value not

CodePudding user response:

You mean the inside of the DLL function? I don't know much about it isn't my package but coming out of the program in c # code parameter types are similar to those of the PB I guess may be the result of encoding inconsistent gibberish, don't know right
  • Related