Callback mechanism from managed DLL

  • Thread starter Thread starter David Glover
  • Start date Start date
D

David Glover

Hi,

I have a question regarding unmanged dlls from the .NET CF. I have
created a wrapper DLL around an existing DLL (the FMOD audio library).
As part of this, one specific operation I am using uses a call back
internally to alert the unmanaged dll that the play of the audio
stream has finished.

I would ideally like to be able to signal this fact BACK to the .NET
CF application. Is this all possible. I have had a quick dig in MSDN,
and can't see anything off hand. Is this form of interaction even
possible?

Thanks for any help,

Regards,

David
 
Very informative article. Many thanks for the quick reply.

Regards,

David
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top