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

Prev Next Ralf Interrups Categories Contents

------

MS Windows - ENABLE.VXD - GET API ENTRY POINT

AX = 1684h
BX = 0037h (virtual device ID for ENABLE device) (see #02677)
ES:DI = 0000h:0000h

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

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

(Table 02677) Call Windows95 ENABLE.VXD entry point with:. AX = function number 0000h get ENABLE version

Return:
CF clear AX = version (AH = major, AL = minor) 0001h EBX = ???

Return:
??? 0002h get ???

Return:
CF clear DX:AX = ??? 0003h get ???

Return:
CF clear DX:AX = ??? 0004h ??? EBX = ??? ECX = ??? EDX = ???

Return:
CF clear if successful CF set on error else

Return:
CF set

See Also: #02676 - #02678

Category: Windows - Int 2Fh - M

------

Prev Next Ralf Interrups Categories Contents