[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.interop

Syncronization between Managed and Unmanaged Memory

sekhar.roy

9/6/2007 5:59:00 PM

Hi,
I am writing a GUI application in C# ,where I need to access the
structure pointers from COM DLL.
I 'm able to access the unmanaged pointers and converted the data to
managed structure using Marshal. But how my C# structure data will be
in Sync with the C++ (COM DLL) structure data ?

I'm using ref (in C#) to get the data from C++ DLL.Is this the write
way ? Any idea about the sync technique ?

Thanks,
Sekhar
sekhar_k_roy@yahoo.com