G
Guest
Hi,
I am using a third party "dll" for my project(academic).
Some of the methods in this "dll" use "callback" mechanism.
For example, one method call "Receive(char *someStr, callback cb).
This method receives some messages asyncronously from other sources in
the system. Whenever the received message matches "someStr", it will
call callback method "cb" in the managed code. Received message contains
some other information along with a string. This string will be matched with
"someStr".
But it seems that .NET CF has no support for Callbacks.
Now, is there any way that we can get the information from unmanaged
code.
Kindly let me know,
Cheers,
Naveen.
I am using a third party "dll" for my project(academic).
Some of the methods in this "dll" use "callback" mechanism.
For example, one method call "Receive(char *someStr, callback cb).
This method receives some messages asyncronously from other sources in
the system. Whenever the received message matches "someStr", it will
call callback method "cb" in the managed code. Received message contains
some other information along with a string. This string will be matched with
"someStr".
But it seems that .NET CF has no support for Callbacks.
Now, is there any way that we can get the information from unmanaged
code.
Kindly let me know,
Cheers,
Naveen.