Interview Questions

Can you retrieve complex data types like structs from the PInvoke calls?

.NET Database ,COM interop,and .NET deployment questions and answers


(Continued from previous question...)

Can you retrieve complex data types like structs from the PInvoke calls?

Yes, just make sure you re-declare that struct, so that managed code knows what to do with it.

(Continued on next question...)

Other Interview Questions