Int 2F/AX=1684h/BX=0006h

Prev Next Ralf Interrups Categories Contents

------

MS Windows95 - V86MMGR - GET API ENTRY POINT

AX = 1684h
BX = 0006h (virtual device ID for V86MMGR device) (see #02642)
ES:DI = 0000h:0000h

Return:
ES:DI -> VxD API entry point (see #02647) 0000h:0000h if the VxD does not support API in current mode

See Also: AX=1684h"DEVICE API" - INT 20"Windows"

(Table 02647) Call V86MMGR entry point with:. EAX = function number 0000h get V86MMGR version

Return:
CF clear AH = major version AL = minor version 0001h get ???

Return:
CF clear EAX = status bits

bit 0:
???

bit 1:
???

bit 2:
???

bit 3:
???

bit 4:
??? else

Return:
CF set

Category: Windows - Int 2Fh - M

------

Prev Next Ralf Interrups Categories Contents