Int 2F Fn 1684 - Ms Windows - Server / Vserver - Get Api Entry Point [W]

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

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

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

(Table 2358)
Call Windows95 VSERVER.VXD protected-mode entry point with:
AX = function number
0003h NOP

Return: AX = 0000h
0004h NOP

Return: AX = 0000h
0007h NOP

Return: AX = 0000h
0008h NOP

Return: nothing
000Fh ???

Return: AX = status
0000h successful
0842h on error
0010h ???

Return: AX = status
0000h successful
0842h on error
else

Return: AX = 0032h

See Also: #2357,#2359