Remove the segment seg from the DOS resident command list.
The segment to be removed should be in the list, and should have a usercount of 0. System or internal segment cannot be removed (although they can be replaced).
INPUTS
seg
Segment to remove.
RESULT
!= 0 Segment was removed == 0 Segment was not removed (not in list, or not free).