Load Device
lds dx, [VxDFilename]
mov ax, 1
call [_VXDLDRCallAddr]
Loads a VxD. Uses AX.
- The carry flag is clear if the function is successful. Otherwise, the carry flag is set and AX contains the error code. For a list of possible error codes, see the VXDLDR_LoadDevice service.
- DS:DX
- Address of null-terminated string giving the filename of the VxD to load.