[lnkForumImage]
TotalShareware - Download Free Software

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


 

Forums >

microsoft.public.dotnet.framework.sdk

Using (char **) in a structure

Francois PIETTE

10/3/2003 11:47:00 AM

After (char *), now I have a (char **) structure member use in an API
function.
How to declare it ?

The (char **) member is a pointer to an array of (char *). The array is
allocated by the API. Each (char *) in this array is a static nul terminated
string. The last item is a nil pointer. I need to iterate thru the list and
copy all strings to a managed string array.

--
francois.piette@overbyte.be
http://www.o...