Type of callback function used to free resources owned by the item of sorted data. Destructor is called for each data item that is removed from the sorted data, either implicitly (when existing item overlaps with the newly added) or explicitly (when corresponding API function is called).
typedef void DESTFUNC(t_sorthdr *sh);
Parameters:
sh
(In)
Pointer to the data item that will be removed from the data
Return values:
None
See also:
Sorted data, t_sorthdr, Addsorteddata(), Deletenonconfirmedsorteddata(), Deletesorteddata(), Deletesorteddatarange(), Destroysorteddata(), Replacesorteddatarange()