C#调用C++编写的DLL,下面怎么转换类型的,各位大侠帮忙看下,谢谢!!!
int__stdcallReadJpgBuf(void*pVideo,char*pbuf,int*plen);int__stdcallReadRgbBuf(void*pV...
int __stdcall ReadJpgBuf(void* pVideo, char* pbuf,int* plen);
int __stdcall ReadRgbBuf(void* pVideo, char* pbuf,int* wi, int *hi,int *step); 展开
int __stdcall ReadRgbBuf(void* pVideo, char* pbuf,int* wi, int *hi,int *step); 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励10(财富值+成长值)+提问者悬赏10(财富值+成长值)
2个回答
2015-04-14
展开全部
int ReadJpgBuf(IntPtr pVideo, IntPtr pbuf, ref int);pbuf 用Array<byte>,然后pin住取其内部指针。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询