cocobase

生活是痛苦的,所有我们能感受快乐-相对论

博客园 首页 新随笔 联系 订阅 管理
C#, C#, HTML

5.26.04 | 9:27 pm 一个WINDOWS API的速查工具,自动生成相关C#,VB.NET代码.

 需要安装,下载地址:

  http://www.zpcity.com/arli/soft/api_exp.exe

自动生成代码像下面所示:

[DllImport("user32.dll", EntryPoint="LoadImage")]
private static extern int LoadImage (
 int hInst,
 string lpsz,
 int un1,
 int n1,
 int n2,
 int un2
);
posted on 2004-06-18 23:45  学无止境  阅读(844)  评论(0编辑  收藏  举报