LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

want to pass pointer as an argument to function in DLL....using labview

i am using AD 9430 evaluation board and using DLL to talk with the device....
..now one of the functions in the DLL is
long CaptureFIFO(long *data, long numSamples, short FIFOChannel);  
i cant understand how to give these inputs in labview ...since i dont know hot to use pointers in labview

Message Edited by shambu on 11-20-2006 06:01 PM

0 Kudos
Message 1 of 2
(2,310 Views)
There are a LOT of examples in the "...\Labview 8.x\examples\dll\data passing" folder of how to pass all kinds of data types to a DLL.
0 Kudos
Message 2 of 2
(2,302 Views)