这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用:
首先需要进行声明:
...
using System.Runtime.InteropServices
public class win32{
[DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")]
public static extern int capInitCamera()
}
标签:
InteropServices
Runtime
System
using
上传时间:
2016-11-28
上传用户:love_stanford