日期:2014-05-18 浏览次数:20819 次
//目的是想实现无符号型字符串数组的传递 LONG CSCardFunCtrl::CardFunction(BYTE* reader, BYTE* pinstr, LONG inlen, BYTE* poutstr, LONG* poutlen)
public virtual int CardFunction(ref byte reader, ref byte pinstr, int inlen, ref byte poutstr, ref int poutlen);
public virtual int CardFunction(ref byte[] reader, ref byte[] pinstr, int inlen, ref byte[] poutstr, ref int poutlen);
------解决方案--------------------
你对byte的参数进行分配了吗?
看看ocx的参数类型,是in还是out呢?