Passing the address of an array to a pointer
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
sir i have a VC++ com dll that returns an array of strings. i want to pass the address of this string array to a pointer & pass this pointer as a argument to a function in vb.net / C# how do i do this