Callbacks of unmanaged code

  • Thread starter Thread starter Vijaya
  • Start date Start date
V

Vijaya

I've to invoke a unmanaged dll fucntion in C# which uses
a callback fucntion.The unmanaged dll fucntion returns a
pointer to a structure to its callback fucntion.The user
should collect those structure fields in a buffer.

In my managed code(i.e. in C# program), I've used a
delegate for invoking callback function and I've declared
the structure too. The dll fucntion is executing finely
without any errors but I'm not getting any values into the
structure of my callback fucntion.

Please suggest me a solution for coding dll fucntion which
uses a callback function and sends a pointer to a
structure to its callback function.

Please send few code snippets which involve callbacks with
structure variables.

Please send me the information at the earliest.
 
**Although the name of this newsgroup is 'Access.Queries',
it is actually referring to the Access Database Query Object.**

I think you've veered off-course with this question. Try the C++ newsgroup
instead.

--
HTH,

Steve Clark, Access MVP
FMS, Inc.
Professional Solutions Group
http://www.FMSInc.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Is your Access database too slow?
Are you ready to upgrade to SQL Server?
Contact us for optimization and/or upsizing!
http://www.FMSInc.com/consulting
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
 
Back
Top