Int 2F Fn 1684 - Ms Windows - Enable.vxd - Get Api Entry Point [W]

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

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

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

(Table 2364)
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: #2363,#2365