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
 
Back
Top