LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Pointer to structure in parameter list of DLL

I want to use the CALL_LIBRARY_FUNCTION to access a function in a DLL
which returns a pointer to a structure in its parameter list. How can I
access this structure under LabVIEW 6.02? What is the parameter type I
have to select in the CALL_LIBRARY_FUNCTION configuration window - there
is no STRUCTURE or CLUSTER entry?

Any help is very much appreciated. Thanks, Frank
0 Kudos
Message 1 of 2
(2,735 Views)
You may select "Adapt to Type" as a type of the parameter of the function, and then connect appropriate cluster to the output of the "Call Library" node.

Oleg Chutko.
0 Kudos
Message 2 of 2
(2,735 Views)