CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Sep 2002
    Posts
    28

    VMM32.VXD services

    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.

  2. #2
    Join Date
    Apr 2000
    Location
    Frederick, Maryland
    Posts
    507
    Take a look at

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

    Hope it helps.

  3. #3
    Join Date
    Sep 2002
    Posts
    28

    Thak you

    Thank You

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured