111,130
社区成员
发帖
与我相关
我的任务
分享
byte[] FingerBuf = new byte[304 * 256];
FillData( FingerBuf ); //完成类似的功能
int result = TtFinger(FingerBuf);
[DllImport("abc.dll")]
public static extern int TtFinger(byte[] fingerBuf); // don't put a ref here