Welcome![Sign In][Sign Up]
Location:
Search - public extern static

Search list

[Com PortPCommDLLCSharp调用包

Description: 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", EntryPoint = "sio_ioctl")] public static extern int sio_ioctl(int port,int baud , int mode); [DllImport("PComm.dll", EntryPoint = "sio_DTR")] public static extern int sio_DTR (int port, int mode);
Platform: | Size: 28304 | Author: wzwgeorge | Hits:

[Compress-Decompress algrithmscs

Description: 这是专门为 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 (
Platform: | Size: 14336 | Author: mike | Hits:

[CSharpzip_unzip_src

Description: 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 PathName) public static extern int MyZip_ExtractFile(String ZipFile,String srcName,String DstName) -C# written standard procedures to reduce compression decompression. Net in the function declaration: 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 PathName) public static extern int MyZip_ExtractFile (String ZipFile, String srcName, String DstName)
Platform: | Size: 258048 | Author: 一心一意 | Hits:

[Windows Developnetmv

Description: 文件切割 核心是 [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, StringBuilder path, StringBuilder outpath) ”
Platform: | Size: 98304 | Author: hitler | Hits:

[OS programPDAWeb

Description: [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)//例:soundPath sound\\2.wav 路径只满足环境目录下就OK { PlaySound(soundPath, 0, SND_ASYNC | SND_FILENAME) //播放WAV格式声音 Thread.Sleep(2000) //播放2000毫秒(2秒) }-[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)//例:soundPath sound\\2.wav 路径只满足环境目录下就OK { PlaySound(soundPath, 0, SND_ASYNC | SND_FILENAME) //播放WAV格式声音 Thread.Sleep(2000) //播放2000毫秒(2秒) }
Platform: | Size: 7168 | Author: 任凡凡 | Hits:

CodeBus www.codebus.net