I have a C++ DLL with some functions and below is one of them:
The first 5 paramters are the input: bIPAddress, bPort, inReqBuff, inReqLen, txtype ("192.168.1.1" , "5000" , "100;100;200!" , "12" , 0)
The other paramters will contain the response.
my question is how can I call this function and access the response paramters values? I have tries many ways and followed a nice DLL handling tutorial found here but no luck! I'am still not good and try to learn the DLL handling with autoit
Thank you