当前位置:
首页 资源下载
搜索资源 - public extern static
搜索资源列表
-
2下载:
C#程序静态调用Pcomm.dll的文件和Pcomm.dll 2.0
namespace NewPort
{
public class OperPComm
{
[DllImport("PComm.dll", EntryPoint = "sio_open")]
public static extern int sio_open(int port);
[DllImport("PComm.dll", E
-
-
0下载:
这是专门为 C# 开发者定制的 ZC030X 编程接口。C# 开发者可以如下方式进行调用:
首先需要进行声明:
...
using System.Runtime.InteropServices
public class win32{
[DllImport("zc030xlib.dll", EntryPoint = "capInitCamera")]
public static extern int capInitCamera()
}-This is speci
-
-
0下载:
C#写得标准压缩解压缩小程序
.Net中函数声明:
public static extern int MyZip_AddFile(String SrcFile,String ZipFile)
public static extern int MyZip_AddDirectory(String SrcPath,String ZipFile)
public static extern int MyZip_ExtractFileAll(String ZipFile,String P
-
-
0下载:
文件切割
核心是 [DllImport("vidoClip.dll")]
public static extern void vidoClip(int a, int b, StringBuilder path, StringBuilder outpath)-file cut
cure is
“ [DllImport("vidoClip.dll")]
public static extern void vidoClip(int a, int b, Strin
-
-
0下载:
[DllImport( CoreDll.dll )] //, EntryPoint sound
public static extern bool PlaySound(string pszSound, int hmod, int fdwSound)
public const int SND_FILENAME 0x00020000
public const int SND_ASYNC 0x0001
public void sound(string soundPath
-