del_typed_string()

Synopsis:

int del_typed_string(int type_index);

Description:

Find the string in the typed_strings section of the system page indicated by the type type_index and remove it. Returns the offset where the removed string was, or -1 if no such string was present.

Returns:

>0
Success.
-1
Error