WYRDTEK Home Features Reference Downloads About


Reference/es_mbn_delete

Syntax

int es_mbn_delete( struct es_mbn *nd );

Arguments

struct es_mbn *nd Database node.

Return Codes

ES_ERROR_NONE Success. No errors.

Description

es_mbn_delete() destroys database node nd and all child and descendent nodes.

Duplicate references to child or descendent nodes are identified and destroyed only once. NULL child nodes and node reference fields (i.e. fields of type ES_FLDTYPE_MBN ) are ignored.

Shared indices (see es_mbc_new() ) are preserved.

[Back To Reference] [Back To Reference/es_mbn]