Load Device

lds     dx, [VxDFilename]
mov     ax, 1
call    [_VXDLDRCallAddr]
 

Loads a VxD. Uses AX.

DS:DX
Address of null-terminated string giving the filename of the VxD to load.