VXDLDR_UnloadMe


include vxdldr.inc

mov bx, VxD_ID
VxDcall VXDLDR_UnloadMe
jc error

Unloads a self-loaded VxDfrom memory.

VxD_ID

The ID of the VxD. If the ID is UNDEFINED_DEVICE_ID, then put the address of a null-terminated string containing the VxD name into DS:EDX.