子曾经曰过

  博客园  :: 首页  ::  ::  ::  :: 管理

文章分类 -  P/Invoke C# 调用非托管代码

摘要:Windows Data Type .NET Data TypeBOOL, BOOLEAN Boolean or Int32BSTR StringBYTE ByteCHAR CharDOUBLE DoubleDWORD Int32 or UInt32FLOAT SingleHANDLE (and all other handle types, such as HFONT and HMENU) IntPtr, UintPtr or HandleRefHRESULT Int32 or UInt32INT Int32LANGID Int16 or UInt16LCID Int32 or UInt32 阅读全文
posted @ 2011-05-25 18:53 人的本质是什么?

摘要:工具 P/Invoke Interop Assistant 1.0网站 http://www.pinvoke.net/default.aspx简单代码介绍using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Linq;using System.Text;using System.Windows.Forms;using System.Diagnostics;using System.Configura 阅读全文
posted @ 2011-05-25 18:25 人的本质是什么?