Previous Topic

Next Topic

FreeRange

Reset and free allocated buffers for range operation

Short Name

FRERNG()

Type

ISAM function

Declaration

COUNT FreeRange(COUNT keyno)  

Description

FreeRange() should be called when a range associated with an index is no longer needed.

Return

Value

Symbolic Constant

Explanation

0

NO_ERROR

Successful operation.

See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values.

Example

if (FreeRange(1))
    printf("\nFreeRange error = %d",uerr_cod);

See also

AllocateRange(), FirstInRange(), FirstInVRange, LastInRange(), LastInVRange, NextInRange(), NextInVRange, PreviousInRange, PreviousInVRange