附:excel文件,查询软件,txt文件 三个!方便需要用API 的用副使用!如:[DllImport("user32.dll", EntryPoint="DdeAbandonTransaction")] public static extern int DdeAbandonTransaction ( int idInst, int hConv, int idTransaction );
大家都知道, Windows API是Windows操作系统的一系列的底层函数,是操作系统提供给用户进入操作系统核心进行高级编程的途径, 虽然微软在 Microsoft Visual Studio 6.0 及以下版本中提供了一个用于API浏览的API Text Viewer, 不过功能十分简陋, 部分声明有错误, 而且提供不够充足;而在 Microsoft Visual Studio 7.0 (.net) 及以上版本中为了达到跨平台、安全等一系列新特性,微软已经写好了一个内容丰富的受管制的代码