查看完整版本: c#调用API函数的问题

lili 2008-4-8 12:16

c#调用API函数的问题

vcdll里面的函数apiReturn _stdcall GetReaderVersion(HANDLE hScanner, WORD *wHardVer, WORD  *wSoftVer);
c#:** static extern bool GetReaderVersion(int hScanner, out ushort HardVersion, out ushort SoftVersion);
返回数据总是有错,有没人告诉一下!

lili 2008-4-8 13:06

:L :L 没人回答...........
页: [1]

查看完整版本: c#调用API函数的问题