您的位置:首页 > 移动开发

WinIO--Windows应用程序访问Port端口和物理内存

2006-11-03 15:30 253 查看

Using WinIo in a Visual C++ application

In order to use WinIo in a Visual C++ application, you should take the following steps:

Place winio.dll, winio.vxd and winio.sys in the directory where your application's executable file resides.

Add winio.lib to your project file by right clicking on the project name in the Visual C++ workview pane and selecting "Add Files to Project...".

Add the #include "winio.h" statement to your source file.

Call InitializeWinIo.

Call the library's functions to access I/O ports and physical memory.

Call ShutdownWinIo.

 
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐