資源簡介
代碼片段和文件信息
using?System;
using?System.Collections.Generic;
using?System.Text;
using?System.Runtime.InteropServices;
using?System.Drawing.Design
;
namespace?Ex13_08
{
????public?class?VideoAPI??//視頻API類
????{
????????//??視頻API調用
????????[DllImport(“avicap32.dll“)]
????????public?static?extern?IntPtr?capCreateCaptureWindowA(byte[]?lpszWindowName?int?dwstyle?int?x?int?y?int?nWidth?int?nHeight?IntPtr?hWndParent?int?nID);
????????[DllImport(“avicap32.dll“)]
????????public?static?extern?bool?capGetDriverDescriptionA(short?wDriver?byte[]?lpszName?int?cbName?byte[]?lpszVer?int?cbVer);
????????[DllImport(“User32.dll“)]
????????public?static?extern?bool?SendMessage(IntPtr?hWnd?int?wMsg?bool?wParam?int?lParam);
????????[DllImport(“User32.dll“)]
????????public?static?extern?bo
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2010-04-06?13:10??Ex13_08\
?????文件?????????910??2007-07-11?11:33??Ex13_08.sln
?????文件???????15360??2007-07-11?11:33??Ex13_08.suo
?????目錄???????????0??2010-04-06?13:10??Ex13_08\bin\
?????目錄???????????0??2010-04-06?13:10??Ex13_08\bin\Debug\
?????文件???????20480??2007-07-11?11:33??Ex13_08\bin\Debug\Ex13_08.exe
?????文件???????28160??2007-07-11?11:33??Ex13_08\bin\Debug\Ex13_08.pdb
?????文件????????5632??2007-07-11?11:33??Ex13_08\bin\Debug\Ex13_08.vshost.exe
?????文件????????3430??2007-07-11?11:33??Ex13_08\Class1.cs
?????文件????????3258??2007-07-11?11:33??Ex13_08\Ex13_08.csproj
?????文件????????1542??2007-07-11?11:33??Ex13_08\Form1.cs
?????文件????????4685??2007-07-11?11:33??Ex13_08\Form1.Designer.cs
?????文件????????5814??2007-07-11?11:33??Ex13_08\Form1.resx
?????目錄???????????0??2010-04-06?13:10??Ex13_08\obj\
?????目錄???????????0??2010-04-06?13:10??Ex13_08\obj\Debug\
?????文件?????????842??2007-07-11?11:33??Ex13_08\obj\Debug\Ex13_08.csproj.GenerateResource.Cache
?????文件???????20480??2007-07-11?11:33??Ex13_08\obj\Debug\Ex13_08.exe
?????文件?????????180??2007-07-11?11:33??Ex13_08\obj\Debug\Ex13_08.Form1.resources
?????文件???????28160??2007-07-11?11:33??Ex13_08\obj\Debug\Ex13_08.pdb
?????文件?????????180??2007-07-11?11:33??Ex13_08\obj\Debug\Ex13_08.Properties.Resources.resources
?????目錄???????????0??2010-04-06?13:10??Ex13_08\obj\Debug\Refactor\
?????目錄???????????0??2010-04-06?13:10??Ex13_08\obj\Debug\TempPE\
?????文件?????????268??2007-07-11?11:33??Ex13_08\obj\Ex13_08.csproj.FileList.txt
?????文件?????????469??2007-07-11?11:33??Ex13_08\Program.cs
?????目錄???????????0??2010-04-06?13:10??Ex13_08\Properties\
?????文件????????1162??2007-07-11?11:33??Ex13_08\Properties\AssemblyInfo.cs
?????文件????????2868??2007-07-11?11:33??Ex13_08\Properties\Resources.Designer.cs
?????文件????????5612??2007-07-11?11:33??Ex13_08\Properties\Resources.resx
?????文件????????1090??2007-07-11?11:33??Ex13_08\Properties\Settings.Designer.cs
?????文件?????????249??2007-07-11?11:33??Ex13_08\Properties\Settings.settings
- 上一篇:C# 超市攝像頭定時監控系統源碼
- 下一篇:C# IC卡考勤管理系統
評論
共有 條評論