Int 2F Fn 1684 - Ms Windows - Vshare - Get Api Entry Point [W]
AX = 1684h
BX = 0483h (virtual device ID for VSHARE device) (see #2329)
ES:DI = 0000h:0000h
Return: ES:DI -> VxD API entry point (see #2376)
0000h:0000h if the VxD does not support API in current mode
See Also: AX=1684h"DEVICE API",INT 20"Windows"
(Table 2376)
Call Windows95 VSHARE.VXD entry point with:
AX = function number
0000h get VSHARE version
Return: AH = major version
AL = (BCD?) minor version
else
NOP
See Also: #2375