SE_stable_size

Returns the size of a shape (s) table in bytes

Usage syntax

LONG SE_stable_size (SE_STABLE stable);

Parameters
stable The handle of the s-table for which size is to be returned
Description

SE_stable_size returns the number of bytes allocated for the specified s table. A positive return indicates the size of the s table in bytes.

Returns

SE_INVALID_POINTER is returned if the s table handle is evaluated as NULL or as an invalid s table.