[
next
] [
prev
] [
prev-tail
] [
tail
] [
up
]
4.71
SDDS_InitializeAppendToPage
name:
SDDS_InitializeAppendToPage
description:
Appends to a file by adding to the last page.
synopsis:
#include ”SDDS.h”
int32_t SDDS_InitializeAppendToPage(SDDS_TABLE *SDDS_table, char *filename, int32_t expected_n_rows, int32_t *rowsPresentReturn);
arguments:
SDDS
_table:
Address of the SDDS_TABLE structure for the data set.
filename:
A NULL-terminated character string giving the name of the existing file.
expected
_n
_rows:
The expected number of rows in the data table, used to preallocate memory for storing data values.
rowsPresentReturn:
Pointer that returns the number or rows in the file.
return value:
Returns 1 on success. On failure, returns 0 and records an error message.
see also:
SDDS
_InitializeAppend
[
next
] [
prev
] [
prev-tail
] [
front
] [
up
]