[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.76
SDDS_LengthenTable
name:
SDDS_LengthenTable
description:
Increasing the number of allocated rows.
synopsis:
#include ”SDDS.h”
int32_t SDDS_LengthenTable(SDDS_TABLE *SDDS_table, int32_t n_additional_rows);
arguments:
SDDS
_table:
Address of the SDDS_TABLE structure for the data set.
n
_additional
_rows:
Number of additional rows.
return value:
Returns 1 on success. On failure, returns 0 and records an error message.
see also:
SDDS
_InitializeOutput
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]