如何从dll中调用参数为char **的函数?

时间:2015-08-03 06:15:27

标签: c# char dllimport

dll中的函数定义如下:

int DLLDIR nvcp_ep_to_buf(int ep_id, unsigned char** o_buf);

我想用dllimport来调用这个函数,怎样才能在c#中声明这个函数,怎样才能调用这个函数?如果我在c ++中调用此函数,我为o_buf分配内存,然后调用此函数,它可以工作。

0 个答案:

没有答案