cs

所属分类:压缩解压
开发工具:Visual C++
文件大小:14KB
下载次数:35
上传日期:2008-11-05 20:04:26
上 传 者mikejin
说明:  这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices public class win32{ [DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")] public static extern int capInitCamera() }
(This is specifically for the C# Developer ZC030X customized programming interface. C# Developers can call the following manner: First of all, the need for a statement: ... using System.Runtime.InteropServices public class win32 ([DllImport ( )

文件列表:
cs\armv4\zc030xlib.dll (6656, 2008-09-08)
cs\armv4i\zc030xlib.dll (7168, 2008-09-08)
cs\mipsii\zc030xlib.dll (8192, 2008-09-08)
cs\sh4\zc030xlib.dll (6656, 2008-09-08)
cs\x86\zc030xlib.dll (6144, 2008-09-08)
cs\armv4 (0, 2008-09-08)
cs\armv4i (0, 2008-09-08)
cs\mipsii (0, 2008-09-08)
cs\sh4 (0, 2008-09-08)
cs\x86 (0, 2008-09-08)
cs (0, 2008-09-08)

//----------------------------------------------------------------------------- // Name: USB Camera Driver for Windows CE/Windows Mobile // // Copyright (c) Cyansoft Studio. All rights reserved. //----------------------------------------------------------------------------- 描述: ==== 这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用: 首先需要进行声明: ... using System.Runtime.InteropServices; public class win32{ [DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")] public static extern int capInitCamera(); } ... 然后就可以调用 ... win32.capInitCamera(); ...

近期下载者

相关文件


收藏者