搜索资源列表
hello.zip
- 使用VToolsD编写的简单的hello程序
hotkey.zip
- 使用VToolsD类库编写的hotkey应用
hwintp.zip
- 一个使用VtoolsD类库处理硬件中断的VxD应用
hotkey98
- 用C++ Builder调用VxD的程序,实现Windows98下的热键屏蔽,用于工控软件实现屏蔽热键功能。屏蔽的热键包括Ctrl+Alt+Del,Alt+Tab,Alt+F4,Alt+Esc,左右Win键等。VxD用VToolsD编写。-C Builder called VxD procedure, achieving a hotkey Windows98 shielding for industrial control software shielding hotkey function.
C++_VxD
- 由C或C++语言创建VxD:需安装VC2.0或BC4.0,及Vireo Software公司的VToolsD软件包. VToolsD含3个实用工具:可创建VxD框架的QuickVxD;可动态装卸VxD的VxD Loader;可显示内存VxD特性的VxD Viewer;
hwintp
- 一个使用VtoolsD类库处理硬件中断的VxD应用-An application using VToolsD lib to process hardware interrupt
hotkey
- 使用VToolsD类库编写的hotkey应用 -Hotkey application using VToolsD library
hello
- 使用VToolsD编写的简单的hello程序 -A simple hello application which uses VToolsD
winio
- 可用于实现*。端口操作不需要编写驱动,在Win95/98下直接可以使用汇编的In/Out指令。VC中也提供了_inp/_outp这样的函数(QA001059 outportb、inportb对应的函数)。不过在NT下,不能使用In/Out指令,参考QA001296 如何在WindowsNT/2000下用VB6写硬件IO控制。 如果使用硬件中断就必须编写驱动,标准的办法是采用微软的DDK。Win98和WinNT 4.0/5.0的DDK可以从http://www.microsoft.c
