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

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

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

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

(Table 2355)
Call NDIS.VXD entry point with:
??? = function number
0000h set ??? to ???
??? = new ???

Return: DX:AX = 0000h:0001h
0002h ???
???

Return: DX:AX -> ???
0003h reset ??? to default

Return: DX:AX = 0000h:0001h
else

Return: DX:AX = 0000h:0000h

See Also: #2353,#2356