ni.com is currently undergoing scheduled maintenance.

Some services may be unavailable at this time. Please contact us for help or try again later.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

call dll's function

In order to call dll's functions in a program, written in graphical
programming langage (labview), I would like to understand the arguments
of these functions.

How can I know, or where can I find the values of the dll's functions
arguments ?

For exemple, play a midi file with mciSendString of winmm.dll.
0 Kudos
Message 1 of 3
(3,189 Views)
You need documentation for your dll.

Vincent Chollet wrote:

> In order to call dll's functions in a program, written in graphical
> programming langage (labview), I would like to understand the arguments
> of these functions.
>
> How can I know, or where can I find the values of the dll's functions
> arguments ?
>
> For exemple, play a midi file with mciSendString of winmm.dll.
0 Kudos
Message 2 of 3
(3,189 Views)
May be you can find docs for standart Windows API function in help for
Borland C++, or Visual C++.

Vincent Chollet wrote:

> In order to call dll's functions in a program, written in graphical
> programming langage (labview), I would like to understand the arguments
> of these functions.
>
> How can I know, or where can I find the values of the dll's functions
> arguments ?
>
> For exemple, play a midi file with mciSendString of winmm.dll.
0 Kudos
Message 3 of 3
(3,189 Views)