Click to See Complete Forum and Search --> : VMM32.VXD services


doublehook
October 28th, 2002, 03:01 PM
There are VMM services like:
001Ch "map flat"
001Dh "map linear to VM address"
0062h "map linear into V86"
006Ch "map physical address to linear address"
008Fh "execute VxD interrupt"
etc, etc...
You use then opening VMM32.VXD with CreateFile()
and send the service code with DeviceIoControl()
I need some information about this services (functions)
how many argument does take each service,
what it does exactly, I'm very interested.
Thank You.

Zeeshan
October 29th, 2002, 12:45 PM
Take a look at

http://www.vijaymukhi.com/vmis/vmchap8.htm

Hope it helps.

doublehook
October 29th, 2002, 07:27 PM
Thank You