
WIN32 API
yuhq
工作狂
展开
-
用Visual C#调用Windows API函数
Api函数是构筑Windws应用程序的基石,每一种Windows应用程序开发工具,它提供的底层函数都间接或直接地调用了Windows API函数,同时为了实现功能扩展,一般也都提供了调用WindowsAPI函数的接口, 也就是说具备调用动态连接库的能力。Visual C#和其它开发工具一样也能够调用动态链接库的API函数。.NET框架本身提供了这样一种服务,允许受管辖的代码调用动态链接库中实现的非原创 2005-04-22 17:08:00 · 1110 阅读 · 0 评论 -
C# and API
C# and APIIntroductionAPI (Application Programming Interface) is a set of commands, which interfaces the programs with the processors. The most commonly used set of external procedures are those that原创 2005-05-06 12:48:00 · 1590 阅读 · 0 评论