K8047 Header File (*.h) for Labview

I need a header file for K8047.(*.h)
I would like to embed the K8047 in Labview.

Here you can copy the content of the K8047 header file:

[code]#ifdef __cplusplus
extern ā€œCā€ {
#endif

#define FUNCTION __declspec(dllimport)
FUNCTION void __stdcall StartDevice();
FUNCTION void __stdcall StopDevice();
FUNCTION void __stdcall LEDon();
FUNCTION void __stdcall LEDoff();
FUNCTION void __stdcall ReadData(int *ptr);
FUNCTION void __stdcall SetGain(int Channel, int Gain);

#ifdef __cplusplus
}
#endif[/code]