SE_stable_size |
Returns the size of a shape (s) table in bytes
LONG SE_stable_size (SE_STABLE stable);
stable | The handle of the s-table for which size is to be returned |
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.
SE_INVALID_POINTER is returned if the s table handle is evaluated as NULL or as an invalid s table.