Deletesorteddata

void Deletesorteddata(t_sorted *sd,ulong addr,ulong subaddr);

If there is a sorted data item that begins exactly at the specified address, passes this item to the optional destructor, removes it from the data and increments sorted data version. Does nothing if there is no such item.

If you need to delete several items at once, consider use of Deletesorteddatarange() or Deletenonconfirmedsorteddata().


Parameters:

So

Return values:

None


See also:
Sorted data, t_sorted, Addsorteddata(), Createsorteddata(), Deletenonconfirmedsorteddata(), Deletesorteddatarange(), Findsorteddata(), Replacesorteddatarange()