arunraj_v1
December 10th, 2008, 03:17 AM
I am writing a wrapper for a C Dll which have a function like,
[
long SetEventRcv(int self, int EventHandler)
]
how to pass evenhandler delegate to this function?
[
long SetEventRcv(int self, int EventHandler)
]
how to pass evenhandler delegate to this function?