LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LPVOID equivalent in LabView ?

One of the parameters that needs to be passed into an MFC DLL is LPVOID.

 

What is the LabView equivalent Data Type ?

 

DOK

0 Kudos
Message 1 of 2
(3,039 Views)
There isn't one, though you can consider that a pointer is just an integer. That said, in cases like this the best solution is to use a wrapper DLL to interface between LabVIEW and the "funky" DLL. Is the void pointer a return value or an argument? This older thread indicates that an array was used, but the situation may be different in your case.
0 Kudos
Message 2 of 2
(3,015 Views)