当前位置:首页 » 软件开发
开发技术指南» 文章正文
    引言: DeviceIoControl InterfaceWe
 

 

 ·iczelionvxdtut4    »显示摘要«
    摘要: vxd programming: primerwe know how to build a vxd which does nothing. in this tutorial, we will make it more productive by adding control message handlers. vxd initialization and terminationthe......
 ·iczelionvxdtut2    »显示摘要«
    摘要: virtual machine managervirtual machine manager (vmm) is the true operating system behind windows 95. it erects and maintains the framework for managing virtual machines. it also provides many imp......


iczelionVxdtut6

 

we will learn about dynamic vxd in this tutorial. specifically, we will learn how to create, load and use them. 【程序编程相关:ado联结

deviceiocontrol interface 【推荐阅读:汇编(十)——算术运算类指令

there are a total of 4 interfaces that vxd provides. vxd services v86 interface protected-mode (pm) interface win32 deviceiocontrol interface we already know about vxd services. v86 and pm interfaces are functions that are callable from v86 and pm applications respectively. since v86 and pm applications are 16-bit, we cannot use those two interfaces from a win32 application. with windows 95, microsoft adds an another interface for win32 applications so they can call on the services of vxds: deviceiocontrol interface.

deviceiocontrol interface 【扩展信息:关于ado的介绍

vxd interfaces

to put it simply, the deviceiocontrol interface is a way for win32 applications to call functions inside vxds. dont confuse functions called via deviceiocontrol with vxd services: they are not the same. for example, deviceiocontrol function 1 may not be the same as vxd service 1. you should think of deviceiocontrol functions as a separate group of functions, provided for use by win32 applications only.

since its an interface, there are two sides:

on the win32 application side:


...   下一页
 ·iczelionpetutcn7    »显示摘要«
    摘要: pe教程7: export table(引出表) 上一课我们已经学习了动态联接中关于引入表那部分知识,现在继续另外一部分,那就是引出表。 理论: 当pe装载器执行一个程序,它将相关dlls都装入该进程的地址空间。然后根据主程序的引入函数信息,查找相关dlls中的真实函数地址来修正主程序。pe装载器搜寻的是dlls中的引出函数。 dll/exe要引出一个函数给其他dll/exe使......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE