UnRegisterModule

UnRegisterModule( )

UnRegisterModule is a BIOS operation call from the 16-bit module to unregister a third party DLL with the BIOS manager.

Parameters

Client AX
VDD handle returned by RegisterModule.

Return Value

None.

Comments

VDM is terminated with a debug message if the handle is invalid.

Use UnRegisterModule if initialization of a 16-bit application fails after registering the BIOS operation.

See Also

RegisterModule