DBdeleteAllObjectKeys

Top  Previous  Next

Removes all object keys from an object.

Though this can also happen with other procedures, however, this is the quickest procedure, because no comparisons or mistake check must be carried out.

Parametre

object (POBJECT) [IN]

This is the trading of the object whose keys should be extinguished.

Result

(T_ERROR) [OUT]

in the case of the perfect implementation DBdeleteAllObjectKeys delivers the value ERROR_OK.

Declaration

#include "database.h"

 

T_ERROR DLLENTRY DBdeleteAllObjectKeys (

POBJECT object

);