Unload Device


mov     bx, VxDID
mov     ax, 2
call    [_VXDLDRCallAddr]

Unloads a VxD. Uses AX.

BX

The identifier of the VxD to unload. If BX is -1, DS:DX should contain the address of a null-terminated string giving the module name of the VxD to unload.