G
Guest
I have seen documentation that CF 2.0 supports arrays through interop. I
cannot find any solid examples of how to do this.
What I want to accomplish is to pass a callback function to unmanaged code.
One of the parameters in the callback function is an array of strings. The
unmanaged code will save the callback function and start a timer. When the
timer fires, I need to be able to create an array of strings and pass that
back through the callback function to the managed code.
Does anyone have a code sample for this?
cannot find any solid examples of how to do this.
What I want to accomplish is to pass a callback function to unmanaged code.
One of the parameters in the callback function is an array of strings. The
unmanaged code will save the callback function and start a timer. When the
timer fires, I need to be able to create an array of strings and pass that
back through the callback function to the managed code.
Does anyone have a code sample for this?