2010年12月31日

海康C++头文件转成C#格式

摘要: using System;using System.Collections.Generic;using System.Text;using System.Runtime.InteropServices;namespace VideoCard.Hic{ public class CardSDK { public const UInt32 ERR_WAIT_TIMEOUT = 0xc0000001; public const UInt32 ERR_INVALID_HANDLE = 0xc0000002; public const UInt32 ERR_INVALID_ARGUMENT = 0xc0 阅读全文

posted @ 2010-12-31 16:56 程咬金 阅读(1972) 评论(2) 推荐(0)

导航