Hello,
I am writing a program to use Synaptics TouchPad API which is a COM control.
I imported the DLLs into the C# project. In order to receive event when a packet arrives, I need to wire up an event and the prototype is as follows: SynDevice.SetEventNotification(IntPtr hEvent). I am new to C# and I don't know how to set up the event notification. Do I need to write any wrapper? If so how? Please help.