SE_stable_free

Frees all resources associated with an s-table

Usage syntax

void SE_stable_free (SE_STABLE stable);

Parameters
stable The handle of the s-table to destroy
Description

SE_stable_free destroys an existing s-table, reclaiming any resources it is using.

Returns

None

Notes