DBdeleteElement

Top  Previous  Next

Extinguishing of an element.

With DBdeleteElement the element with the trading element is removed from an object. All elements, immediately which type, are removed with the same procedure. At the same time become with it all Trading of points which are assigned to this element, invalid and may not be used any more.

Parametre

element (PELEMENT) [IN]

This is the trading of the element to be removed. The procedure investigates independently to which object the element belongs.

Result

(T_ERROR) [OUT]

If the procedure was explained perfectly, is the result ERROR_OK, but one of the error messages from error.h.

Declaration

#include "database.h"

 

T_ERROR DLLENTRY DBdeleteElement (

PELEMENT element

);