Hello All,
I have a dll and one of the function looks like this:
Parse_Data(BYTE* input, BYTE *result)
where:
-input points to a byte array filled with parameters.
-result points to a byte array where the results will be dumped.
Any ideea how to pass the data from parameters array to dll and how to get the results from dll and display them into an array?
Thank you for your help