SYNOPSIS

int MGOdelextcategory (Validation *cat)

DESCRIPTION

The MGOdelextcategory() function deletes an extended category record. Information is passed through cat. The required fields are:

cat.validid is the validation id. cat.source_code is the validation source reference code. This may be specified as "0" for a source-less binding. cat.category_code is the category reference code.

RETURN VALUE

Returns the number of records deleted upon success or -1 if an error occurred (in which case MGOerrno and MGOerrmsg are set appropriately).

ERRORS

AUTHENTICATION LEVEL

wmango

SEE ALSO

MGOinsextcategory(), MGOselextcategory(), MGOselrcategory(), MGOselrvalsource(), MGOzero()