DBdestroySelection

Top  Previous  Next

Secure selection list extinguish.

A selection generated with DBsaveSelection is released after their use. Seems good selection invalid and may not be used any more. The selection list has to go to the data bank root belong, because, otherwise, the memory management breaks down.

Parametre

root (PROOT) [IN]

Pointer on the data bank from which the list selection comes.

selection (SELECTION_LIST) [IN]

A selection list coming from DBsaveSelection which is not required any more.

Result

(T_ERROR) [OUT]

always ERROR_OK

Declaration

#include "database.h"

 

T_ERROR DLLENTRY DBdestroySelection (

PROOT root,

SELECTION_LIST selection

);

Related procedures

DBsaveSelection

DBrestoreSelection