Please Help:Marshaling Question??
C#
1
Posts
1
Posters
0
Views
1
Watching
-
Dear All, How can I marshall the following attributes in the following structure; typedef struct IplImage {. . struct _IplROI * roi; void * imageid; } where _IplROI is itself a structure? Another question is that the function unmanaged prototype is ; IplImage * cvvLoadImage(const char * filename); do I have to marshall the return type after defining the IplImage or I just write "IplImage *" after marshalling the structure?? Please Help, Thanks and Best Regards, E.A.