D
Dave
Hi,
I have an ATL com object that fire event to its container the event method
pass a BYTE* (pointer to bytes) variable as argument that points to block of
memory, how can I catch this event in a c# application and get the data from
the byte pointer???
Can I use array in c# to copy the byte memory into it and use it as array???
(I know I need to write com interop but how can I get a pointer in C# from a
com object that use one?)
Thanks!
I have an ATL com object that fire event to its container the event method
pass a BYTE* (pointer to bytes) variable as argument that points to block of
memory, how can I catch this event in a c# application and get the data from
the byte pointer???
Can I use array in c# to copy the byte memory into it and use it as array???
(I know I need to write com interop but how can I get a pointer in C# from a
com object that use one?)
Thanks!