這是專門為 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