How can I pass an "SRV_PROC *" from native C++ to an MC++ function?
.NET (Core and Framework)
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I'm developing an extended stored procedure using the native C++. The mentioned xp is supposed to create a dataset and archive the related data. You know, to develop an xp, you've to export a function in your DLL file, a function that receive a pointer of SRV_PROC as its formal parameter. The question is that how can I pass the mentioned pointer (SRV_PROC *) into the managed C++. Since, there's no documentation about the subtle nuances of how SRV_PROC is defined, I cannot also use the Marshal::PtrToStructure function. It would be highly please if you could help me on this. Mehdi Mousavi - Software Architect [ http://mehdi.biz ]