lovple 2016-09-20 14:37 采纳率: 0%
浏览 5319

unsigned char** 用C#如何表示?

有一个第三方提供的dll,其中一个方法是C写的方法 int tele(unsigned char** imageStream),
我在C#中引用如下:
[DllImport("Dmytr.dll", EntryPoint = "tele", ExactSpelling = false, CallingConvention = CallingConvention.Cdecl)]
public static extern int tele(IntPtr imageStream);
这样写,对吗?

  • 写回答

1条回答 默认 最新

报告相同问题?