• 大小: 0.05M
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: C#  系统  录音  电话  

资源简介


资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Text;

using System.Runtime.InteropServices;

namespace Ex13_13
{
    public struct TC_INI_TYPE
    {
        public short wCardNo; //卡的总数
        public short wCardType; //卡的类型
        public short wConnect; //卡之间是否连通
        public short wIRQ; //中断号
        [MarshalAs(UnmanagedType.ByValArray SizeConst = 32)]
        public char[] cbDir; //安装目录
        [MarshalAs(UnmanagedType.ByValArray SizeConst = 32)]
        public short[] wAddress;//每块卡的地址
        public short wMajorVer; //软件主版本号 
        public short wMinorVer; //软件辅版本号
        [MarshalAs(UnmanagedType.ByValArray SizeConst = 32)]
        public short[] wChType; //每个通道的类型
    }
    public struct TC_INI_TYPE_MORE
    {
    }
    [StructLayout(La

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2010-04-06 13:10  Ex13_13\
     文件         910  2007-07-11 11:33  Ex13_13.sln
     文件       18432  2007-07-11 11:33  Ex13_13.suo
     目录           0  2010-04-06 13:10  Ex13_13\bin\
     目录           0  2010-04-06 13:10  Ex13_13\bin\Debug\
     文件       24576  2007-07-11 11:33  Ex13_13\bin\Debug\Ex13_13.exe
     文件       28160  2007-07-11 11:33  Ex13_13\bin\Debug\Ex13_13.pdb
     文件        5632  2007-07-11 11:33  Ex13_13\bin\Debug\Ex13_13.vshost.exe
     文件       26822  2007-07-11 11:33  Ex13_13\Class1.cs
     文件        3307  2007-07-11 11:33  Ex13_13\Ex13_13.csproj
     文件        3343  2007-07-11 11:33  Ex13_13\Form1.cs
     文件        4633  2007-07-11 11:33  Ex13_13\Form1.Designer.cs
     文件        7112  2007-07-11 11:33  Ex13_13\Form1.resx
     目录           0  2010-04-06 13:10  Ex13_13\obj\
     目录           0  2010-04-06 13:10  Ex13_13\obj\Debug\
     文件         842  2007-07-11 11:33  Ex13_13\obj\Debug\Ex13_13.csproj.GenerateResource.Cache
     文件       24576  2007-07-11 11:33  Ex13_13\obj\Debug\Ex13_13.exe
     文件         180  2007-07-11 11:33  Ex13_13\obj\Debug\Ex13_13.Form1.resources
     文件       28160  2007-07-11 11:33  Ex13_13\obj\Debug\Ex13_13.pdb
     文件         180  2007-07-11 11:33  Ex13_13\obj\Debug\Ex13_13.Properties.Resources.resources
     目录           0  2010-04-06 13:10  Ex13_13\obj\Debug\TempPE\
     文件         268  2007-07-11 11:33  Ex13_13\obj\Ex13_13.csproj.FileList.txt
     文件         466  2007-07-11 11:33  Ex13_13\Program.cs
     目录           0  2010-04-06 13:10  Ex13_13\Properties\
     文件        1162  2007-07-11 11:33  Ex13_13\Properties\AssemblyInfo.cs
     文件        2868  2007-07-11 11:33  Ex13_13\Properties\Resources.Designer.cs
     文件        5612  2007-07-11 11:33  Ex13_13\Properties\Resources.resx
     文件        1090  2007-07-11 11:33  Ex13_13\Properties\Settings.Designer.cs
     文件         249  2007-07-11 11:33  Ex13_13\Properties\Settings.settings

评论

共有 条评论