Int 2F Fn 1684 - Ms Windows - Nscl - Get Api Entry Point [W]

AX = 1684h
BX = 0494h (virtual device ID for NSCL device) (see #2329)
ES:DI = 0000h:0000h

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

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

(Table 2379)
Call Windows95 NSCL.VXD virtual-86 entry point with:
AL = function number
00h
01h
02h
03h
04h
05h
06h
07h
08h
09h
0Ah
else

Return: AX = FFFFh

See Also: #2378,#2379

(Table 2380)
Call Windows95 NSCL.VXD protected-mode entry point with:
AL = function number
00h
01h
02h
03h
else

Return: AX = FFFFh

See Also: #2379