LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

passing pointers in Labview

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
0 Kudos
Message 1 of 2
(2,469 Views)
See here.
J.R. Allen
0 Kudos
Message 2 of 2
(2,469 Views)