D
David Moreno
I'm integrating a third party API to my c# app.
I have a funciont like this:
int FAR PASCAL funcSetUpCallBack(unsigned long dwEvent,FARPROC
funcImageCallBack)
How do I have to import it so i can subscribe to an especific event
and trigger a C# mthod in that moment?
David Moreno
I have a funciont like this:
int FAR PASCAL funcSetUpCallBack(unsigned long dwEvent,FARPROC
funcImageCallBack)
How do I have to import it so i can subscribe to an especific event
and trigger a C# mthod in that moment?
David Moreno