Skip to main content

All Questions

Tagged with
1 vote
0 answers
76 views

Marshalling double pointers in C#

I have to interact with a provided C library where one of the functions is declared as follows: int GetFileList(struct spiflash_file **ptr_spiflash_filelist, int **file_num); where **...
Marcomattia Mocellin's user avatar